From 6ae6426a7485b5835c23aea198b3065f491d918b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 18 Jul 2009 16:22:26 +0200 Subject: fix mountpoint test to not prevemt mkfs_xxx from making image in any file Signed-off-by: Denys Vlasenko --- testsuite/runtest | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'testsuite/runtest') diff --git a/testsuite/runtest b/testsuite/runtest index 5560f7bc2..2428f6c36 100755 --- a/testsuite/runtest +++ b/testsuite/runtest @@ -1,20 +1,8 @@ #!/bin/sh - # Usage: # runtest [applet1] [applet2...] -# Helper for helpers. Oh my... -test x"$ECHO" != x"" || { - ECHO="echo" - test x"`echo -ne`" = x"" || { - # Compile and use a replacement 'echo' which understands -e -n - ECHO="$PWD/echo-ne" - test -x "$ECHO" || { - gcc -Os -o "$ECHO" ../scripts/echo.c || exit 1 - } - } - export ECHO -} +. testing.sh # Run one old-style test. # Tests are stored in applet/testcase shell scripts. -- cgit v1.2.3