mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
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.
This commit is contained in:
@@ -28,7 +28,7 @@ fi
|
||||
|
||||
# If used, these must *follow* test-lib.sh.
|
||||
# FIXME: cleanup_() { rm -rf "$other_partition_tmpdir"; }
|
||||
# FIXME: . "$abs_top_srcdir/tests/other-fs-tmpdir"
|
||||
# FIXME: . "$abs_srcdir/other-fs-tmpdir"
|
||||
|
||||
fail=0
|
||||
FIXME > out || fail=1
|
||||
|
||||
Reference in New Issue
Block a user