Test: Use correct skip return value

This commit is contained in:
Roger A. Light 2026-05-13 12:37:57 +01:00
parent 898870f89c
commit f13635a11a
No known key found for this signature in database
GPG key ID: 779B22DFB3E717B7

View file

@ -10,7 +10,7 @@ try:
import psutil import psutil
except ModuleNotFoundError: except ModuleNotFoundError:
print("WARNING: Test not running due to missing psutil module") print("WARNING: Test not running due to missing psutil module")
exit(0) exit(77)
def do_send(port, socks, payload): def do_send(port, socks, payload):