aboutsummaryrefslogtreecommitdiff
path: root/testdata/fwd_three_service.tdir/fwd_three_service.post
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/fwd_three_service.tdir/fwd_three_service.post')
-rw-r--r--testdata/fwd_three_service.tdir/fwd_three_service.post2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/fwd_three_service.tdir/fwd_three_service.post b/testdata/fwd_three_service.tdir/fwd_three_service.post
index 1d7a8daaebe0..d4dec9bcd566 100644
--- a/testdata/fwd_three_service.tdir/fwd_three_service.post
+++ b/testdata/fwd_three_service.tdir/fwd_three_service.post
@@ -11,7 +11,7 @@
kill_pid $FWD_PID
# find all extra forked testns and kill them.
-pidlist=`fgrep "forked pid:" fwd.log | sed -e 's/forked pid: //'`
+pidlist=`grep -F "forked pid:" fwd.log | sed -e 's/forked pid: //'`
for p in $pidlist; do
kill_pid $p
done