]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorBrian Wellington <source@isc.org>
Sat, 13 Jan 2001 00:05:55 +0000 (00:05 +0000)
committerBrian Wellington <source@isc.org>
Sat, 13 Jan 2001 00:05:55 +0000 (00:05 +0000)
head is not in the default path on irix, but sed is

bin/tests/system/sortlist/tests.sh

index f3c4998e43210fbf2aa27aac2878abc5cc61ce00..06a1b64350be2812338f73026e93f1a99a9a84a4 100644 (file)
@@ -15,7 +15,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: tests.sh,v 1.2.4.1 2001/01/09 22:37:14 bwelling Exp $
+# $Id: tests.sh,v 1.2.4.2 2001/01/13 00:05:55 bwelling Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
@@ -46,7 +46,7 @@ b.example.            300     IN      A       10.53.0.$n
 EOF
        $DIG +tcp +noadd +nosea +nostat +noquest +noauth +nocomm +nocmd \
                b.example. \
-               @10.53.0.1 -b 10.53.0.$n -p 5300 | head -1 >test2.dig
+               @10.53.0.1 -b 10.53.0.$n -p 5300 | sed 1q >test2.dig
        diff test2.dig test2.good || status=1
 done