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
Given I start mission 4
Given I create a Hut inside the Forest
Given I go to the Hut
Given I create a Chest inside the Hut
When I enter gsh reset
Then I see errors:
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
...
Expected: mission 4 is reset
Here is the list of commands:
cd Forest/
mkdir Hut
cd Hut
mkdir Chest
gsh reset
Environment
Archlinux
GNU bash, version 5.1.8(1)-release (x86_64-pc-linux-gnu)
The text was updated successfully, but these errors were encountered:
Scenario
Given I start mission 4
Given I create a Hut inside the Forest
Given I go to the Hut
Given I create a Chest inside the Hut
When I enter
gsh reset
Then I see errors:
Expected: mission 4 is reset
Here is the list of commands:
Environment
The text was updated successfully, but these errors were encountered: