diff --git a/tests/entrypoint_test.sh b/tests/entrypoint_test.sh index f3a0b3d..2b9f295 100755 --- a/tests/entrypoint_test.sh +++ b/tests/entrypoint_test.sh @@ -185,7 +185,7 @@ test_missing_codex_command_output() { assert_status "$status" 1 grep -q "status=failed" "$tmpdir/github-output" || die "missing codex command failed status output" - grep -q "spawn codex ENOENT" "$tmpdir/github-output" || die "missing codex command error output" + grep -q "Unable to find codex command" "$tmpdir/github-output" || die "missing codex command error output" [[ ! -e "$tmpdir/codex-home/auth.json" ]] || die "auth.json was not cleaned up after missing codex" rm -rf "$tmpdir" }