simplify childProcess

This commit is contained in:
vrd
2025-06-06 18:00:38 +03:00
parent 1dfaa83dbe
commit 9923192ec9
7 changed files with 140 additions and 148 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
# Test cppipe functions
OKs=$(cppipe test/functions_test.cppipe 2>/dev/null | grep OK | wc -l)
OKs=$(test/functions_test.cppipe 2>/dev/null | grep OK | wc -l)
if ! [ $OKs = 13 ]
then
echo "Functions test failed: EXPECTED 13 OKs, got $OKs"