Skip to content

Commit b2d1ee6

Browse files
committed
raw-format-test.sh: use /bin/bash (fix make check on Arch Linux)
Signed-off-by: Stefan Westerfeld <[email protected]>
1 parent dcc2509 commit b2d1ee6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: tests/raw-format-test.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
#!/bin/bash
2+
13
source test-common.sh
24

5+
set -e
6+
37
IN_WAV=test-raw-format.wav
48
OUT_WAV=test-raw-format-out.wav
59
OUT2_WAV=test-raw-format-out2.wav

0 commit comments

Comments
 (0)