diff options
Diffstat (limited to 'misc/kdepim3/patches/patch-ap')
-rw-r--r-- | misc/kdepim3/patches/patch-ap | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/kdepim3/patches/patch-ap b/misc/kdepim3/patches/patch-ap deleted file mode 100644 index ddacb5a2299..00000000000 --- a/misc/kdepim3/patches/patch-ap +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ap,v 1.3 2006/10/18 19:43:00 markd Exp $ - ---- karm/test/booktime-baddate.sh.orig 2006-10-19 08:33:55.000000000 +1300 -+++ karm/test/booktime-baddate.sh -@@ -13,7 +13,7 @@ RVAL=`dcop $DCOPID KarmDCOPIface bookTim - tear_down - - EXPECTED=5 --if [ "$RVAL" == "$EXPECTED" ]; then -+if [ "$RVAL" = "$EXPECTED" ]; then - echo "PASS $0" - exit 0; - else |