diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/tail-2/assert | 3 | ||||
-rwxr-xr-x | tests/tail-2/assert-2 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/tail-2/assert b/tests/tail-2/assert index 31148e929..b94a6ba18 100755 --- a/tests/tail-2/assert +++ b/tests/tail-2/assert @@ -30,6 +30,9 @@ if test "$VERBOSE" = yes; then tail --version fi +# Not "expensive" per se, but sleeping for so long is annoying. +. $srcdir/../very-expensive + tmp=tail-assert.$$ pwd=`pwd` trap 'cd "$pwd" && rm -rf $tmp' 0 1 2 3 15 diff --git a/tests/tail-2/assert-2 b/tests/tail-2/assert-2 index cf9e2629c..f53575855 100755 --- a/tests/tail-2/assert-2 +++ b/tests/tail-2/assert-2 @@ -25,6 +25,9 @@ if test "$VERBOSE" = yes; then tail --version fi +# Not "expensive" per se, but sleeping for so long is annoying. +. $srcdir/../very-expensive + tmp=tail-as2.$$ pwd=`pwd` trap 'cd "$pwd" && rm -rf $tmp' 0 1 2 3 15 |