Closed duthils closed 3 years ago
Given I start the game and start mission 1 When I type gsh exit Then I see the prompt [mission 1] $
mission 1
gsh exit
[mission 1] $
Expected: Then the game exits
Note: CTRL-D exits the game correctly.
Here is the list of the commands entered:
bash gameshell.sh [mission 1] $ gsh exit [mission 1] $
Thanks! That was fixed on the zsh branch, but for now, c569cd0f should fix it.
zsh
Scenario
Given I start the game and start
mission 1
When I typegsh exit
Then I see the prompt[mission 1] $
Expected: Then the game exits
Note: CTRL-D exits the game correctly.
Here is the list of the commands entered:
Environment