hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/tools/testing/selftests/bpf/test_lwt_seg6local.sh
....@@ -140,7 +140,7 @@
140140 ip netns exec ns6 nc -l -6 -u -d 7330 > $TMP_FILE &
141141 ip netns exec ns1 bash -c "echo 'foobar' | nc -w0 -6 -u -p 2121 -s fb00::1 fb00::6 7330"
142142 sleep 5 # wait enough time to ensure the UDP datagram arrived to the last segment
143
-kill -INT $!
143
+kill -TERM $!
144144
145145 if [[ $(< $TMP_FILE) != "foobar" ]]; then
146146 exit 1