From c6c9e8730e23af5d96a3b25331b0510112422abb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 27 May 2008 13:24:20 +0200 Subject: prefer abs_srcdir over abs_top_srcdir, ... so that e.g., tests/* may refer to absolute names without hard-coding the name of the containing directory (tests/, here). * tests/check.mk (TESTS_ENVIRONMENT): Define abs_srcdir. * tests/pr/pr-tests: Use $abs_srcdir/pr not $abs_top_srcdir/tests/pr. * tests/chmod/c-option: Use $abs_srcdir, not $abs_top_srcdir/tests. * tests/cp/cp-parents: Likewise. * tests/mkdir/parents: Likewise. * tests/mkdir/perm: Likewise. * tests/mv/acl: Likewise. * tests/mv/backup-is-src: Likewise. * tests/mv/hard-link-1: Likewise. * tests/mv/into-self-2: Likewise. * tests/mv/leak-fd: Likewise. * tests/mv/mv-special-1: Likewise. * tests/mv/part-fail: Likewise. * tests/mv/part-hardlink: Likewise. * tests/mv/part-rename: Likewise. * tests/mv/part-symlink: Likewise. * tests/mv/partition-perm: Likewise. * tests/mv/sticky-to-xpart: Likewise. * tests/mv/to-symlink: Likewise. * tests/rm/one-file-system: Likewise. * tests/sample-test: Likewise. --- tests/mv/part-fail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mv/part-fail') diff --git a/tests/mv/part-fail b/tests/mv/part-fail index e5396c2c6..fdbab1d7d 100755 --- a/tests/mv/part-fail +++ b/tests/mv/part-fail @@ -27,7 +27,7 @@ fi . $top_srcdir/tests/test-lib.sh skip_if_root_ cleanup_() { t=$other_partition_tmpdir; chmod -R 700 "$t"; rm -rf "$t"; } -. "$abs_top_srcdir/tests/other-fs-tmpdir" +. "$abs_srcdir/other-fs-tmpdir" touch k $other_partition_tmpdir/k || framework_failure chmod u-w $other_partition_tmpdir || framework_failure -- cgit v1.2.3-54-g00ecf