aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-capture.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index 9f9ee86899..e9df472099 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -52,7 +52,7 @@ traffic_gen_ping() {
Windows)
ping -n 1 -l $x www.wireshark.org ;;
SunOS)
- ping www.wireshark.org $x 1 ;;
+ /usr/sbin/ping www.wireshark.org $x 1 ;;
*) # *BSD, Linux
ping -c 1 -s $x www.wireshark.org ;;
esac