test: fix sling test for bd empty output handling

The verifyFormulaExists function now checks for non-empty output,
so the test stub must output something for formula show commands.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gastown/crew/joe
2026-01-11 18:36:22 -08:00
committed by Steve Yegge
parent 598a39e708
commit b9025379b7

View File

@@ -234,7 +234,8 @@ case "$cmd" in
echo '[{"title":"Test issue","status":"open","assignee":"","description":""}]'
;;
formula)
# formula show <name>
# formula show <name> - must output something for verifyFormulaExists
echo '{"name":"test-formula"}'
exit 0
;;
cook)