summaryrefslogtreecommitdiff
path: root/test/suite-capture.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite-capture.sh')
-rwxr-xr-xtest/suite-capture.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index b624b7074b..5720fdd7f7 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -63,7 +63,7 @@ traffic_gen_ping() {
done
date
} > ./testout_ping.txt 2>&1 &
- PING_PID=$!
+ PING_PID=$!
}
ping_cleanup() {
@@ -87,7 +87,7 @@ capture_step_10packets() {
date > ./testout.txt
$DUT -i $TRAFFIC_CAPTURE_IFACE $TRAFFIC_CAPTURE_PROMISC \
-w ./testout.pcap \
- -c 10 \
+ -c 10 \
-a duration:$TRAFFIC_CAPTURE_DURATION \
-f icmp \
>> ./testout.txt 2>&1