diff options
Diffstat (limited to 'tests/rm')
-rwxr-xr-x | tests/rm/one-file-system | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/one-file-system b/tests/rm/one-file-system index eb8482de8..0030f3437 100755 --- a/tests/rm/one-file-system +++ b/tests/rm/one-file-system @@ -26,7 +26,7 @@ require_root_ # If used, these must *follow* test-lib.sh. cleanup_() { rm -rf "$other_partition_tmpdir"; } -. "$abs_top_srcdir/tests/other-fs-tmpdir" +. "$abs_srcdir/other-fs-tmpdir" t=$other_partition_tmpdir mkdir -p a/b $t/y |