Test: Use correct skip return value

This commit is contained in:
Roger A. Light
2026-05-13 19:38:00 +01:00
parent 898870f89c
commit f13635a11a
+1 -1
View File
@@ -10,7 +10,7 @@ try:
import psutil
except ModuleNotFoundError:
print("WARNING: Test not running due to missing psutil module")
exit(0)
exit(77)
def do_send(port, socks, payload):