aboutsummaryrefslogtreecommitdiff
path: root/testdata/fwd_ancil.tdir/fwd_ancil.post
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/fwd_ancil.tdir/fwd_ancil.post')
-rw-r--r--testdata/fwd_ancil.tdir/fwd_ancil.post4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/fwd_ancil.tdir/fwd_ancil.post b/testdata/fwd_ancil.tdir/fwd_ancil.post
index c11bd44cd8a0..6bb5f2ecc6fb 100644
--- a/testdata/fwd_ancil.tdir/fwd_ancil.post
+++ b/testdata/fwd_ancil.tdir/fwd_ancil.post
@@ -7,10 +7,10 @@
# do your teardown here
. ../common.sh
kill_pid $FWD_PID
-if fgrep "service stopped" unbound.log; then
+if grep -F "service stopped" unbound.log; then
exit 0
fi
-if fgrep "disable interface-automatic" unbound.log; then
+if grep -F "disable interface-automatic" unbound.log; then
echo "skip test"
exit 0
fi