diff options
Diffstat (limited to 'tests/touch/dir-1')
-rwxr-xr-x | tests/touch/dir-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/dir-1 b/tests/touch/dir-1 index 5b7a86c19..e48484a2a 100755 --- a/tests/touch/dir-1 +++ b/tests/touch/dir-1 @@ -7,7 +7,7 @@ if test "$VERBOSE" = yes; then touch --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh fail=0 touch . || fail=1 |