aboutsummaryrefslogtreecommitdiff
path: root/testdata/fwd_ancil.tdir/fwd_ancil.pre
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/fwd_ancil.tdir/fwd_ancil.pre')
-rw-r--r--testdata/fwd_ancil.tdir/fwd_ancil.pre2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/fwd_ancil.tdir/fwd_ancil.pre b/testdata/fwd_ancil.tdir/fwd_ancil.pre
index 6c0fb7a0b234..ceede1afed99 100644
--- a/testdata/fwd_ancil.tdir/fwd_ancil.pre
+++ b/testdata/fwd_ancil.tdir/fwd_ancil.pre
@@ -36,7 +36,7 @@ wait_ldns_testns_up fwd.log
# wait for unbound to come up
# string 'Start of service' in log.
wait_server_up_or_fail unbound.log "start of service" "disable interface-automatic"
-if fgrep "disable interface-automatic" unbound.log; then
+if grep -F "disable interface-automatic" unbound.log; then
skip_test "skip test"
fi