This commit is contained in:
mes5k 2003-12-22 02:10:26 +00:00
parent 2d540bd1ef
commit 83ff0a8cca
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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