summaryrefslogtreecommitdiff
path: root/tests/fuzz-tests/007-simple-super-recover/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzz-tests/007-simple-super-recover/test.sh')
-rwxr-xr-xtests/fuzz-tests/007-simple-super-recover/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fuzz-tests/007-simple-super-recover/test.sh b/tests/fuzz-tests/007-simple-super-recover/test.sh
index 885cb352..ceb16348 100755
--- a/tests/fuzz-tests/007-simple-super-recover/test.sh
+++ b/tests/fuzz-tests/007-simple-super-recover/test.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-source $TOP/tests/common
+source "$TEST_TOP/common"
setup_root_helper
check_prereq btrfs
@@ -15,6 +15,6 @@ check_image() {
rm -- "$image".scratch
}
-check_all_images $TOP/tests/fuzz-tests/images
+check_all_images $TEST_TOP/fuzz-tests/images
exit 0