From dea3eb8eac13289df390492a12768a0eee1f325a Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 14 Mar 2012 16:02:15 +1100 Subject: [PATCH] properly redirect stderr to stdout --- bin/tests/system/cacheclean/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/cacheclean/tests.sh b/bin/tests/system/cacheclean/tests.sh index e9384e051a..ada6151560 100644 --- a/bin/tests/system/cacheclean/tests.sh +++ b/bin/tests/system/cacheclean/tests.sh @@ -32,7 +32,7 @@ load_cache () { $RNDC $RNDCOPTS flush # load the positive cache entries - $DIG $DIGOPTS -f - << EOF > /dev/null 2>1 + $DIG $DIGOPTS -f - << EOF > /dev/null 2>&1 txt top1.flushtest.example txt second1.top1.flushtest.example txt third1.second1.top1.flushtest.example