diff options
Diffstat (limited to 'tests/tail-2/assert')
-rwxr-xr-x | tests/tail-2/assert | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/tail-2/assert b/tests/tail-2/assert index 08cd88864..1fdb76a77 100755 --- a/tests/tail-2/assert +++ b/tests/tail-2/assert @@ -23,12 +23,8 @@ # Aborted # due to a race condition in which a dev/inode pair is reused. -if test "$VERBOSE" = yes; then - set -x - tail --version -fi - -. $srcdir/test-lib.sh +. "${srcdir=.}/init.sh"; path_prepend_ ../src +test "$VERBOSE" = yes && tail --version # Not "expensive" per se, but sleeping for so long is annoying. very_expensive_ |