summaryrefslogtreecommitdiff
path: root/test/test_streams.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_streams.sh')
-rwxr-xr-xtest/test_streams.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_streams.sh b/test/test_streams.sh
index 8442e479..9ba92271 100755
--- a/test/test_streams.sh
+++ b/test/test_streams.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/bin/sh -e
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001-2009 Josh Coalson
@@ -18,7 +18,7 @@
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
-source common.sh
+. ./common.sh
PATH=../src/flac:$PATH
PATH=../src/test_streams:$PATH