From f4d26dbdb6fcdb87ec6cc1bf96960aff51dc5f61 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Wed, 11 Jul 2001 19:02:16 +0000 Subject: [PATCH] fix redirection --- bin/tests/system/dnssec/prereq.sh | 4 ++-- bin/tests/system/tkey/prereq.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/tests/system/dnssec/prereq.sh b/bin/tests/system/dnssec/prereq.sh index b31e005d12..4bd8873f34 100644 --- a/bin/tests/system/dnssec/prereq.sh +++ b/bin/tests/system/dnssec/prereq.sh @@ -15,10 +15,10 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: prereq.sh,v 1.1 2001/07/10 21:41:14 bwelling Exp $ +# $Id: prereq.sh,v 1.2 2001/07/11 19:02:14 bwelling Exp $ status=0 -$KEYGEN -a RSA -b 512 -n zone -r $KEYGEN foo || status=1 > /dev/null 2>&1 +$KEYGEN -a RSA -b 512 -n zone -r $KEYGEN foo > /dev/null 2>&1 || status=1 if [ $status == 0 ] then rm -f foo* diff --git a/bin/tests/system/tkey/prereq.sh b/bin/tests/system/tkey/prereq.sh index b31e005d12..56e2d4ae59 100644 --- a/bin/tests/system/tkey/prereq.sh +++ b/bin/tests/system/tkey/prereq.sh @@ -15,10 +15,10 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: prereq.sh,v 1.1 2001/07/10 21:41:14 bwelling Exp $ +# $Id: prereq.sh,v 1.2 2001/07/11 19:02:16 bwelling Exp $ status=0 -$KEYGEN -a RSA -b 512 -n zone -r $KEYGEN foo || status=1 > /dev/null 2>&1 +$KEYGEN -a RSA -b 512 -n zone -r $KEYGEN foo > /dev/null 2>&1 || status=1 if [ $status == 0 ] then rm -f foo*