]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fixed a missing / in /dev/null
authorEvan Hunt <each@isc.org>
Fri, 18 Mar 2011 02:08:45 +0000 (02:08 +0000)
committerEvan Hunt <each@isc.org>
Fri, 18 Mar 2011 02:08:45 +0000 (02:08 +0000)
bin/tests/system/nsupdate/tests.sh

index 03f0257c0ff1967828c93cab7f4ddad274bc96c6..855a050788f26a660f5ddc8431680f8556fd56e5 100644 (file)
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: tests.sh,v 1.34 2011/02/03 12:18:11 tbox Exp $
+# $Id: tests.sh,v 1.35 2011/03/18 02:08:45 each Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
@@ -346,7 +346,7 @@ $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd dnskey.test. \
        @10.53.0.3 -p 5300 any > dig.out.ns3.$n
 
 grep "600.*DNSKEY" dig.out.ns3.$n > /dev/null || ret=1
-grep TYPE65534 dig.out.ns3.$n > dev/null && ret=1
+grep TYPE65534 dig.out.ns3.$n > /dev/null && ret=1
 if test $ret -ne 0
 then
 echo "I:failed"; status=1