diff options
Diffstat (limited to 'kernel/networking/libvirt/ping')
| -rwxr-xr-x | kernel/networking/libvirt/ping/runtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/networking/libvirt/ping/runtest.sh b/kernel/networking/libvirt/ping/runtest.sh index 1cad848..a507ba1 100755 --- a/kernel/networking/libvirt/ping/runtest.sh +++ b/kernel/networking/libvirt/ping/runtest.sh @@ -54,7 +54,7 @@ for guest in $GUESTS; do ../common/autologin.exp $guest "ping -c $PING_COUNT -i 0.2 -s $PING_SIZE $addr" || fail VALID done for addr in $invalid_addrs; do - ../common/autologin.exp $guest "ping -c $PING_COUNT -i 0.2 -s $PING_SIZE $addr" || fail INVALID + ../common/autologin.exp $guest "ping -c $PING_COUNT -i 0.2 -s $PING_SIZE $addr" && fail INVALID done unset IFS done |
