diff --git a/test/run.sh b/test/run.sh index beb116c4..09b68523 100644 --- a/test/run.sh +++ b/test/run.sh @@ -1,4 +1,5 @@ #!/bin/bash +# shellcheck disable=SC2154 # Test harness for spawn scripts # # Mocks the `sprite` CLI and runs each script end-to-end to verify: @@ -174,6 +175,9 @@ run_script_test() { assert_contains "${MOCK_LOG}" "sprite exec.*git clone.*nanoclaw" "Clones nanoclaw repo" assert_contains "${MOCK_LOG}" "sprite exec.*-file.*/tmp/nanoclaw_env" "Uploads nanoclaw .env" ;; + *) + # No agent-specific assertions for other agents + ;; esac # Check no temp files leaked