diff options
Diffstat (limited to 'devel/cogito/patches/patch-aa')
-rw-r--r-- | devel/cogito/patches/patch-aa | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/cogito/patches/patch-aa b/devel/cogito/patches/patch-aa deleted file mode 100644 index a282eae8344..00000000000 --- a/devel/cogito/patches/patch-aa +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2006/11/05 08:06:40 rillig Exp $ ---- t/test-lib.sh~ 2006-10-19 18:24:07.000000000 +0200 -+++ t/test-lib.sh 2006-10-19 18:26:02.000000000 +0200 -@@ -87,16 +87,16 @@ - say "FAIL $test_count: $1" - shift - echo "$@" | sed -e 's/^/ /' -- test "$immediate" == "" || exit 1 -+ test "$immediate" = "" || exit 1 - } - - - test_debug () { -- test "$debug" == "" || eval "$1" -+ test "$debug" = "" || eval "$1" - } - - test_expect_failure () { -- test "$#" == 2 || -+ test "$#" = 2 || - error "bug in the test script: not 2 parameters to test-expect-failure" - say >&3 "expecting failure: $2" - if eval </dev/null >&3 2>&4 "$2" -@@ -108,7 +108,7 @@ - } - - test_expect_success () { -- test "$#" == 2 || -+ test "$#" = 2 || - error "bug in the test script: not 2 parameters to test-expect-success" - say >&3 "expecting success: $2" - if eval </dev/null >&3 2>&4 "$2" |