diff options
Diffstat (limited to 'tests/tail-2/tail-n0f')
-rwxr-xr-x | tests/tail-2/tail-n0f | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/tail-2/tail-n0f b/tests/tail-2/tail-n0f index 6a9b59c37..d7badd74f 100755 --- a/tests/tail-2/tail-n0f +++ b/tests/tail-2/tail-n0f @@ -21,12 +21,8 @@ # It skips the test if your system lacks a /proc/$pid/status # file, or if its contents don't look right. -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 require_proc_pid_status_ |