summaryrefslogtreecommitdiff
path: root/net/bind911
diff options
context:
space:
mode:
authorotis <otis@pkgsrc.org>2020-11-26 11:29:10 +0000
committerotis <otis@pkgsrc.org>2020-11-26 11:29:10 +0000
commit4690aa097f79ef576fb9807380a603fc432137ca (patch)
treee4a0b76c13f189a92065636e268f972086faf49b /net/bind911
parent09eed9ede40502884006c36ee014c55b7f6ed548 (diff)
downloadpkgsrc-4690aa097f79ef576fb9807380a603fc432137ca.tar.gz
bind911: Actually remove unneeded patch
Diffstat (limited to 'net/bind911')
-rw-r--r--net/bind911/patches/patch-bin_tests_system_metadata_tests.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/bind911/patches/patch-bin_tests_system_metadata_tests.sh b/net/bind911/patches/patch-bin_tests_system_metadata_tests.sh
deleted file mode 100644
index caae2d4285a..00000000000
--- a/net/bind911/patches/patch-bin_tests_system_metadata_tests.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-bin_tests_system_metadata_tests.sh,v 1.1 2018/09/09 13:11:38 taca Exp $
-
-* Avoid using "==" for argument of test(1).
-
---- bin/tests/system/metadata/tests.sh.orig 2018-07-03 06:56:55.000000000 +0000
-+++ bin/tests/system/metadata/tests.sh
-@@ -139,7 +139,7 @@ status=`expr $status + $ret`
-
- echo_i "checking warning about permissions change on key with dnssec-settime ($n)"
- uname=`uname -o 2> /dev/null`
--if [ Cygwin == "$uname" ]; then
-+if [ Cygwin = "$uname" ]; then
- echo_i "Cygwin detected, skipping"
- else
- ret=0