Skip to content

Commit f314997

Browse files
author
Cerem Cem ASLAN
committed
fixed a typo, related with #11
Removes "ERROR: Could not open: No such file or directory" error.
1 parent 3297c76 commit f314997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ btrfs subvolume create ./btrfs-diff-tests
1919
btrfs filesystem sync ./btrfs-diff-tests
2020
btrfs subvolume snap -r ./btrfs-diff-tests ./btrfs-diff-tests.parent
2121
sleep 1
22-
btrfs fil sync ./btrfs-diff-tests.parents
22+
btrfs fil sync ./btrfs-diff-tests.parent
2323

2424
pushd btrfs-diff-tests
2525
touch file

0 commit comments

Comments
 (0)