mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-08-04 10:16:41 -04:00
Correctly run test88 (fixed arguments)
This commit is contained in:
parent
e006d96c53
commit
e2ed6cfbc4
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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
|
if cmp -s tmp.out $srcdir/test88.out; then
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user