summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kdepim3/patches/patch-aq')
-rw-r--r--misc/kdepim3/patches/patch-aq13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/kdepim3/patches/patch-aq b/misc/kdepim3/patches/patch-aq
deleted file mode 100644
index 5ce2cc5bcc8..00000000000
--- a/misc/kdepim3/patches/patch-aq
+++ /dev/null
@@ -1,13 +0,0 @@
-$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