miaou-test eval cmd

This commit is contained in:
pvincent
2026-08-01 12:16:06 +04:00
parent 389686eb6d
commit 841fb354a4
+1 -1
View File
@@ -7,7 +7,7 @@
function assert { function assert {
((test_count++)) ((test_count++))
cmd="./test/stub/scenario.bash $1" cmd="./test/stub/scenario.bash $1"
if eval "cmd" >/dev/null 2>/dev/null 3>_miaou; then if eval "$cmd" >/dev/null 2>/dev/null 3>_miaou; then
if [[ -s _miaou ]]; then if [[ -s _miaou ]]; then
echo -n . echo -n .
return return