testsuite: uniformly use $ECHO with -n -e
This commit is contained in:
parent
94884eb486
commit
abe49fa54f
9 changed files with 691 additions and 690 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue