summaryrefslogtreecommitdiff
path: root/tests/tail-2
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-24 12:50:24 +0200
committerJim Meyering <meyering@redhat.com>2008-04-27 21:31:32 +0200
commit427f179542e9f7228f77affdd5a4c50a573b4894 (patch)
treebe86b7543a8777f22288e576b032d6ef4a3931bc /tests/tail-2
parent8dc387dba567da10e2e90107fd044baaef580145 (diff)
downloadcoreutils-427f179542e9f7228f77affdd5a4c50a573b4894.tar.xz
tests: move another file (expensive) into test-lib.sh
* tests/expensive: Remove file. Move contents into ... * tests/test-lib.sh (expensive_): ...here. New function. * tests/du/fd-leak: Update caller to use the new function. * tests/mv/leak-fd: Likewise. * tests/rm/hash: Likewise. * tests/tail-2/big-4gb: Likewise. * tests/Makefile.am (EXTRA_DIST): Remove its name.
Diffstat (limited to 'tests/tail-2')
-rwxr-xr-xtests/tail-2/big-4gb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/big-4gb b/tests/tail-2/big-4gb
index b7d25289c..8b64c6ef7 100755
--- a/tests/tail-2/big-4gb
+++ b/tests/tail-2/big-4gb
@@ -22,8 +22,8 @@ if test "$VERBOSE" = yes; then
tail --version
fi
-. $top_srcdir/tests/expensive
. $top_srcdir/tests/test-lib.sh
+expensive_
# Create a file of size exactly 4GB (2^32) with 8 bytes
# at the beginning and another set of 8 bytes at the end.