You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/smoke.bats
+13-10Lines changed: 13 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2682,7 +2682,7 @@ EOF
2682
2682
make_openai_response_curl '{"choices":[{"message":{"content":"{\"cmd\":\"git checkout -b {{branch_name}}\",\"info\":\"creates and switches to the new git branch \\\"{{branch_name}}\\\"\",\"risk\":\"reversible change\"}"},"finish_reason":"stop"}]}'
2683
2683
2684
2684
run bash -lc '
2685
-
printf "n\n" | env \
2685
+
env \
2686
2686
HOME="'"$TEST_HOME"'" \
2687
2687
TMPDIR="'"$TEST_HOME"'/tmp" \
2688
2688
PATH="'"$TEST_HOME"'/fakebin:$PATH" \
@@ -2793,7 +2793,7 @@ EOF
2793
2793
make_openai_response_curl '{"choices":[{"message":{"content":"{\"cmd\":\"rm -rf build\",\"info\":\"remove the build directory\",\"risk\":\"danger zone\"}"},"finish_reason":"stop"}]}'
0 commit comments