aboutsummaryrefslogtreecommitdiff
path: root/test/010-malformed-timestamp.test/run.sh
blob: 069e955fe636316e18736c0b60344b0452368290 (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 -n -track.raw

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