summaryrefslogtreecommitdiff
path: root/tests/run-debuginfod-webapi-concurrency.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-debuginfod-webapi-concurrency.sh')
-rwxr-xr-xtests/run-debuginfod-webapi-concurrency.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-debuginfod-webapi-concurrency.sh b/tests/run-debuginfod-webapi-concurrency.sh
index 47dcadcc..5c2440ff 100755
--- a/tests/run-debuginfod-webapi-concurrency.sh
+++ b/tests/run-debuginfod-webapi-concurrency.sh
@@ -56,7 +56,7 @@ do
wait_ready $PORT1 'http_responses_transfer_bytes_count{code="200",type="debuginfo"}' $lookup_nr
(sleep 5;
- curl -s http://localhost:$PORT1/metrics | egrep 'error|responses';
+ curl -s http://localhost:$PORT1/metrics | grep -E 'error|responses';
kill $PID1) &
wait # for all curls, the ()& from just above, and for debuginfod
PID1=0