Correctly run test88 (fixed arguments)

This commit is contained in:
Daniel Aarno 2015-05-11 22:45:09 +02:00
parent e006d96c53
commit e2ed6cfbc4

View File

@ -1,6 +1,6 @@
#!/bin/bash
../examples/test27 -v "1 2 3" > tmp.out 2>&1
../examples/test27 > tmp.out 2>&1
if cmp -s tmp.out $srcdir/test88.out; then
exit 0