aboutsummaryrefslogtreecommitdiff
path: root/test/002-no-timestamp.test/run.sh
blob: 399eaeed2b6dd4c4207c6f2b659c754322beaab4 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

echo | ${EXECUTABLE} -r 44100 -c 1 -s 2 -i /dev/zero -n track.raw

if [ $? -eq 0 ]; then
	exit 1
else
	exit 0
fi