]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1273. [bug] The dnssec system test failed to remove the correct
authorMark Andrews <marka@isc.org>
Wed, 24 Apr 2002 00:46:25 +0000 (00:46 +0000)
committerMark Andrews <marka@isc.org>
Wed, 24 Apr 2002 00:46:25 +0000 (00:46 +0000)
                        files.

CHANGES
bin/tests/system/dnssec/prereq.sh

diff --git a/CHANGES b/CHANGES
index 6c3c5b65b128fb1a94d32fcd9f68e2b323c97afc..378798cec66dd4b0178bb6e8d8f5c6a3f5c32a34 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+1273.  [bug]           The dnssec system test failed to remove the correct
+                       files.
+
 1272.  [bug]           Dig, host and nslookup were not checking the address
                        the answer was coming from against the address it was
                        sent to. [RT# 2692]
index b3d436d511d667eafa655f405eadee42a8ba3a9c..80c276f1ceceefb290ca396d905e78c20857da16 100644 (file)
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: prereq.sh,v 1.3 2001/07/13 18:28:58 gson Exp $
+# $Id: prereq.sh,v 1.4 2002/04/24 00:46:25 marka Exp $
 
 if $KEYGEN -a RSA -b 512 -n zone -r $KEYGEN foo > /dev/null 2>&1
 then
-    rm -f foo*
+    rm -f Kfoo*
 else
     echo "I:This test requires that --with-openssl was used." >&2
     exit 1