summaryrefslogtreecommitdiff
path: root/tests/fsck-tests/021-partially-dropped-snapshot-case
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fsck-tests/021-partially-dropped-snapshot-case')
-rwxr-xr-xtests/fsck-tests/021-partially-dropped-snapshot-case/test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fsck-tests/021-partially-dropped-snapshot-case/test.sh b/tests/fsck-tests/021-partially-dropped-snapshot-case/test.sh
index eb8d8849..44a33a63 100755
--- a/tests/fsck-tests/021-partially-dropped-snapshot-case/test.sh
+++ b/tests/fsck-tests/021-partially-dropped-snapshot-case/test.sh
@@ -1,14 +1,14 @@
#!/bin/bash
# confirm whether btrfsck supports to check a partially dropped snapshot
-source $TOP/tests/common
+source "$TOP/tests/common"
check_prereq btrfs
for img in *.img
do
- image=$(extract_image $img)
- run_check_stdout $TOP/btrfs check "$image" 2>&1 |
+ image=$(extract_image "$img")
+ run_check_stdout "$TOP/btrfs" check "$image" 2>&1 |
grep -q "Errors found in extent allocation tree or chunk allocation"
if [ $? -eq 0 ]; then
rm -f "$image"