aboutsummaryrefslogtreecommitdiff
path: root/test/010-malformed-timestamp.test/run.sh
blob: e33ff755ebea3f38b2d988e66bcc28f82c4b6007 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

echo -e '0:a' | ${EXECUTABLE} -r 1 -c 1 -i /dev/zero -s 1 -f track.raw

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