diff options
Diffstat (limited to 'tests/tail-2/infloop-1')
-rwxr-xr-x | tests/tail-2/infloop-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/infloop-1 b/tests/tail-2/infloop-1 index 4015fcb06..c18c3e670 100755 --- a/tests/tail-2/infloop-1 +++ b/tests/tail-2/infloop-1 @@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then tail --version fi -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh yes > t & yes_pid=$! |