test/ : Use more portable echo constructs

Fix suggested by Daniel Macks.

Closes: https://sourceforge.net/p/flac/bugs/433/
This commit is contained in:
Erik de Castro Lopo
2015-10-04 09:43:33 +11:00
parent 33a73fcba2
commit efaab3c822
7 changed files with 106 additions and 106 deletions

View File

@@ -63,7 +63,7 @@ run_test_seeking ()
fi
}
echo -n "Checking for --ogg support in flac ... "
echo $ECHO_N "Checking for --ogg support in flac ... " $ECHO_C
if flac${EXE} --ogg --no-error-on-compression-fail --silent --force-raw-format --endian=little --sign=signed --channels=1 --bps=8 --sample-rate=44100 -c $0 1>/dev/null 2>&1 ; then
has_ogg=yes;
else