mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-13 06:07:07 -04:00
updated
This commit is contained in:
parent
2d540bd1ef
commit
83ff0a8cca
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
../examples/test3 -s bill -i 9 -i 8 -B homer marge bart > tmp.out 2>&1
|
../examples/test3 -s=bill -i=9 -i=8 -B homer marge bart > tmp.out 2>&1
|
||||||
|
|
||||||
if cmp -s tmp.out test13.out; then
|
if cmp -s tmp.out test13.out; then
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
../examples/test3 -s aaa homer marge bart -- one two > tmp.out 2>&1
|
../examples/test3 -s=aaa homer marge bart -- one two > tmp.out 2>&1
|
||||||
|
|
||||||
if cmp -s tmp.out test14.out; then
|
if cmp -s tmp.out test14.out; then
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user