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

# create large file

echo | ${EXECUTABLE} -r 44100 -c 1 -s 2 -i /dev/zero -f track_%d.raw

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