From 427f179542e9f7228f77affdd5a4c50a573b4894 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 24 Apr 2008 12:50:24 +0200 Subject: 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. --- tests/mv/leak-fd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/mv') diff --git a/tests/mv/leak-fd b/tests/mv/leak-fd index 549d25643..1ecdb20c4 100755 --- a/tests/mv/leak-fd +++ b/tests/mv/leak-fd @@ -23,15 +23,15 @@ if test "$VERBOSE" = yes; then mv --version fi -# This test is relatively expensive, and might well evoke a -# framework-failure on systems with a smaller command-line length -. $top_srcdir/tests/expensive - . $top_srcdir/tests/test-lib.sh skip_if_root_ cleanup_() { rm -rf "$other_partition_tmpdir"; } . "$abs_top_srcdir/tests/other-fs-tmpdir" +# This test is relatively expensive, and might well evoke a +# framework-failure on systems with a smaller command-line length +expensive_ + b="0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z _A _B _C _D _E _F _G _H _I _J _K _L _M _N _O _P _Q _R _S _T _U _V _W _X _Y _Z" -- cgit v1.2.3-54-g00ecf