From 83ff0a8ccaf26a8e384c010645e64037b62fc9b4 Mon Sep 17 00:00:00 2001 From: mes5k Date: Mon, 22 Dec 2003 02:10:26 +0000 Subject: [PATCH] updated --- tests/test13.sh | 2 +- tests/test14.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test13.sh b/tests/test13.sh index 002ed93..24aaf98 100755 --- a/tests/test13.sh +++ b/tests/test13.sh @@ -1,6 +1,6 @@ #!/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 exit 0 diff --git a/tests/test14.sh b/tests/test14.sh index 73d370e..c6ae78b 100755 --- a/tests/test14.sh +++ b/tests/test14.sh @@ -1,6 +1,6 @@ #!/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 exit 0