summaryrefslogtreecommitdiff
path: root/test/common.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/common.sh.in')
-rw-r--r--test/common.sh.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/common.sh.in b/test/common.sh.in
index 18130ef4..ffe62178 100644
--- a/test/common.sh.in
+++ b/test/common.sh.in
@@ -56,12 +56,14 @@ fi
# Functions
-function die {
+die ()
+{
echo $* 1>&2
exit 1
}
-function make_streams {
+make_streams ()
+{
echo "Generating streams..."
if [ ! -f wacky1.wav ] ; then
test_streams${EXE} || die "ERROR during test_streams"