diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-11 21:41:14 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-11 21:41:14 +0000 |
commit | abe49fa54fbd4d13f8424532abced8c3bc9afd0c (patch) | |
tree | 46b91fabcbe3aab24dd2f926c915553f633c5ed9 /testsuite/testing.sh | |
parent | 94884eb4866815e63293a6261f974601ce95b1dd (diff) | |
download | busybox-w32-abe49fa54fbd4d13f8424532abced8c3bc9afd0c.tar.gz busybox-w32-abe49fa54fbd4d13f8424532abced8c3bc9afd0c.tar.bz2 busybox-w32-abe49fa54fbd4d13f8424532abced8c3bc9afd0c.zip |
testsuite: uniformly use $ECHO with -n -e
Diffstat (limited to 'testsuite/testing.sh')
-rwxr-xr-x | testsuite/testing.sh | 13 |
1 files changed, 0 insertions, 13 deletions
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 @@ | |||
36 | export FAILCOUNT=0 | 36 | export FAILCOUNT=0 |
37 | export SKIP= | 37 | export SKIP= |
38 | 38 | ||
39 | # Helper for helpers. Oh my... | ||
40 | test x"$ECHO" != x"" || { | ||
41 | ECHO="echo" | ||
42 | test x"`echo -ne`" = x"" || { | ||
43 | # Compile and use a replacement 'echo' which understands -e -n | ||
44 | ECHO="$PWD/echo-ne" | ||
45 | test -x "$ECHO" || { | ||
46 | gcc -Os -o "$ECHO" ../scripts/echo.c || exit 1 | ||
47 | } | ||
48 | } | ||
49 | export ECHO | ||
50 | } | ||
51 | |||
52 | # Helper functions | 39 | # Helper functions |
53 | 40 | ||
54 | optional() | 41 | optional() |