From abe49fa54fbd4d13f8424532abced8c3bc9afd0c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 11 Jul 2008 21:41:14 +0000 Subject: testsuite: uniformly use $ECHO with -n -e --- testsuite/testing.sh | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'testsuite/testing.sh') diff --git a/testsuite/testing.sh b/testsuite/testing.sh index ea59f317a..a57c4d68d 100755 --- a/testsuite/testing.sh +++ b/testsuite/testing.sh @@ -36,19 +36,6 @@ export FAILCOUNT=0 export SKIP= -# 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 -} - # Helper functions optional() -- cgit v1.2.3