mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-11 05:04:41 -04:00
new style version and required UnlabeledValueArgs
This commit is contained in:
parent
c8a950af5b
commit
4cba69f53b
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# success
|
||||
../examples/test9 -VVV -N --noise -r > tmp.out 2>&1
|
||||
../examples/test9 -VVV -N --noise -r blah > tmp.out 2>&1
|
||||
|
||||
if cmp -s tmp.out test59.out; then
|
||||
exit 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# success
|
||||
../examples/test2 -v > tmp.out 2>&1
|
||||
../examples/test2 --version > tmp.out 2>&1
|
||||
|
||||
if cmp -s tmp.out test8.out; then
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user