summaryrefslogtreecommitdiff
path: root/tests/tail-2/assert-2
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-11-19 23:19:06 +0100
committerJim Meyering <jim@meyering.net>2006-11-19 23:19:06 +0100
commit81ebd460461c30eec727ec42e9db028c870b31be (patch)
tree65d23de1689772f04e300a97df16fae6a740ad58 /tests/tail-2/assert-2
parent318fb0502d4e00cafda5b81c04864ef55f2abc32 (diff)
downloadcoreutils-81ebd460461c30eec727ec42e9db028c870b31be.tar.xz
* tests/tail-2/assert-2: Mark as a very-expensive test, because I
find the 7-second sleep annoyingly long. Besides, this test is probably far too specific and timing sensitive ever to trigger again. * tests/tail-2/assert: Likewise.
Diffstat (limited to 'tests/tail-2/assert-2')
-rwxr-xr-xtests/tail-2/assert-23
1 files changed, 3 insertions, 0 deletions
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