blob: 5ce2cc5bcc8bb49ac2fe239ae03399146c71c882 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aq,v 1.1 2006/10/18 19:43:00 markd Exp $
--- karm/test/booktime-badduration.sh.orig 2006-10-19 08:34:03.000000000 +1300
+++ karm/test/booktime-badduration.sh
@@ -13,7 +13,7 @@ RVAL=`dcop $DCOPID KarmDCOPIface bookTim
tear_down
EXPECTED=7
-if [ "$RVAL" == "$EXPECTED" ]; then
+if [ "$RVAL" = "$EXPECTED" ]; then
echo "PASS $0"
exit 0;
else
|