diff options
author | Jim Meyering <meyering@redhat.com> | 2008-05-27 13:45:44 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-05-27 13:48:32 +0200 |
commit | 00a309823501317f9061a28e98cc13177bc4a12a (patch) | |
tree | dbfff1a02de790d3585e296a2141369adcdaa5de /tests/rmdir | |
parent | c6c9e8730e23af5d96a3b25331b0510112422abb (diff) | |
download | coreutils-00a309823501317f9061a28e98cc13177bc4a12a.tar.xz |
in 280+ tests/* files, use $srcdir, not $top_srcdir/tests
Diffstat (limited to 'tests/rmdir')
-rwxr-xr-x | tests/rmdir/fail-perm | 2 | ||||
-rwxr-xr-x | tests/rmdir/ignore | 2 | ||||
-rwxr-xr-x | tests/rmdir/t-slash | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/rmdir/fail-perm b/tests/rmdir/fail-perm index bbfcad838..9eeb633ea 100755 --- a/tests/rmdir/fail-perm +++ b/tests/rmdir/fail-perm @@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then rmdir --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh mkdir d d/e d/e/f || framework_failure chmod a-w d || framework_failure diff --git a/tests/rmdir/ignore b/tests/rmdir/ignore index 70b294490..e55ae1f64 100755 --- a/tests/rmdir/ignore +++ b/tests/rmdir/ignore @@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then rmdir --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh cwd=`pwd` mkdir -p "$cwd/a/b/c" "$cwd/a/x" || framework_failure diff --git a/tests/rmdir/t-slash b/tests/rmdir/t-slash index cd4dad34b..923e9c9c9 100755 --- a/tests/rmdir/t-slash +++ b/tests/rmdir/t-slash @@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then rmdir --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh mkdir dir || framework_failure |