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/rm/hash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/rm') diff --git a/tests/rm/hash b/tests/rm/hash index 0b2b6c57c..56f96e412 100755 --- a/tests/rm/hash +++ b/tests/rm/hash @@ -18,14 +18,13 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -. $top_srcdir/tests/expensive - if test "$VERBOSE" = yes; then set -x rm --version fi . $top_srcdir/tests/test-lib.sh +expensive_ # Create a hierarchy with 3*26 leaf directories, each at depth 153. echo "$0: creating 78 trees, each of depth 153; this will take a while..." >&2 -- cgit v1.2.3-54-g00ecf