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/install | |
parent | c6c9e8730e23af5d96a3b25331b0510112422abb (diff) | |
download | coreutils-00a309823501317f9061a28e98cc13177bc4a12a.tar.xz |
in 280+ tests/* files, use $srcdir, not $top_srcdir/tests
Diffstat (limited to 'tests/install')
-rwxr-xr-x | tests/install/basic-1 | 2 | ||||
-rwxr-xr-x | tests/install/create-leading | 2 | ||||
-rwxr-xr-x | tests/install/d-slashdot | 2 | ||||
-rwxr-xr-x | tests/install/trap | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/install/basic-1 b/tests/install/basic-1 index 92c383fc1..31f321545 100755 --- a/tests/install/basic-1 +++ b/tests/install/basic-1 @@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then ginstall --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh skip_if_root_ dir=dir diff --git a/tests/install/create-leading b/tests/install/create-leading index 699993863..3e6079245 100755 --- a/tests/install/create-leading +++ b/tests/install/create-leading @@ -24,7 +24,7 @@ if test "$VERBOSE" = yes; then ginstall --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh fail=0 diff --git a/tests/install/d-slashdot b/tests/install/d-slashdot index e7bf8ea77..057c7bef2 100755 --- a/tests/install/d-slashdot +++ b/tests/install/d-slashdot @@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then install --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh fail=0 diff --git a/tests/install/trap b/tests/install/trap index 915ad9ea2..5b2b115e1 100755 --- a/tests/install/trap +++ b/tests/install/trap @@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then ginstall --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh fail=0 |