From fabab075d2921d181923441338b278103d1b55a9 Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Thu, 8 May 2025 08:42:36 +0200 Subject: [PATCH] correct a test --- cryptomod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptomod.c b/cryptomod.c index b91877d..e39e365 100644 --- a/cryptomod.c +++ b/cryptomod.c @@ -643,6 +643,6 @@ int main (int argc, char **argv) /* test: cryptomod.exe -V 3 -l script-bypass_r2b-cm.log & pid=$!; sleep 1; ./simulator.exe -l script-bypass_r2b-si.log -s BYPASS -t lo://00:00:00:00:00:00/081d -r lo://00:00:00:00:00:00/082d test/script-bypass-si.eth; rc=$?; sleep 1; kill -TERM $pid; test $rc -eq 0 */ /* test: cryptomod.exe -V 3 -l script-control-cm.log & pid=$!; sleep 1; ./simulator.exe -l script-control-si.log -s CONTROL -t lo://00:00:00:00:00:00/081e -r lo://00:00:00:00:00:00/080e test/script-control-si.eth; rc=$?; sleep 1; kill -TERM $pid; test $rc -eq 0 */ -/* test: cryptomod.exe -V 3 -l script-control-cm.log & pid=$!; sleep 1; ./simulator.exe -l script-control-si.log -s CONTROL -t lo://00:00:00:00:00:00/081e -r lo://00:00:00:00:00:00/080e test/script-control-si.eth; sleep 1; kill -TERM $pid 2>&1 | grep "No such process" */ +/* test: cryptomod.exe -V 3 -l script-control-cm.log & pid=$!; sleep 1; ./simulator.exe -l script-control-si.log -s CONTROL -t lo://00:00:00:00:00:00/081e -r lo://00:00:00:00:00:00/080e test/script-control-si.eth; sleep 1; LANG=C kill -TERM $pid 2>&1 | grep "No such process" */ /* vim: set ts=4 sw=4 si et: */ -- 2.30.2