From e875cd98e38f9fdc7f812a7575a3a2afd6b6094b Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 12 Mar 2018 19:17:49 +0100 Subject: btrfs-progs: tests: fix source path for testsuite The commit cebf3b37228cbde730a5 ("btrfs-progs: introduce TEST_TOP and INTERNAL_BIN for tests") did not convert all test paths. This would break the exported testsutie. Signed-off-by: David Sterba --- tests/mkfs-tests/011-rootdir-create-file/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mkfs-tests/011-rootdir-create-file') diff --git a/tests/mkfs-tests/011-rootdir-create-file/test.sh b/tests/mkfs-tests/011-rootdir-create-file/test.sh index c04f711d..20f7c4ce 100755 --- a/tests/mkfs-tests/011-rootdir-create-file/test.sh +++ b/tests/mkfs-tests/011-rootdir-create-file/test.sh @@ -3,7 +3,7 @@ # Expected behavior: it should create a new file if destination doesn't exist # Regression 460e93f25754 ("btrfs-progs: mkfs: check the status of file at mkfs") -source "$TOP/tests/common" +source "$TEST_TOP/common" check_prereq mkfs.btrfs -- cgit v1.2.3