Skip to content

Commit

Permalink
tests: update fixtures
Browse files Browse the repository at this point in the history
ryan-gang committed May 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent dac7630 commit 0ad455f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions internal/test_helpers/fixtures/navigation/pass
Original file line number Diff line number Diff line change
@@ -4,17 +4,17 @@ Debug = true
[stage-12] Running ./spawn_shell.sh
[your-program] $
[stage-12] ✓ Received prompt
[stage-12] > cd /usr/local/bin
[stage-12] > cd /tmp/mango/pear/banana
[your-program] $
[stage-12] > pwd
[your-program] /usr/local/bin
[your-program] /tmp/mango/pear/banana
[stage-12] ✓ Received current working directory response
[your-program] $
[stage-12] ✓ Received prompt
[stage-12] > cd ~
[your-program] $
[stage-12] > pwd
[your-program] /home/codespace
[your-program] /tmp/pear/orange/raspberry
[stage-12] ✓ Received current working directory response
[your-program] $
[stage-12] Test passed.
@@ -23,24 +23,24 @@ Debug = true
[stage-11] Running ./spawn_shell.sh
[your-program] $
[stage-11] ✓ Received prompt
[stage-11] > cd /usr/
[stage-11] > cd /tmp/blueberry
[your-program] $
[stage-11] > pwd
[your-program] /usr
[your-program] /tmp/blueberry
[stage-11] ✓ Received current working directory response
[your-program] $
[stage-11] ✓ Received prompt
[stage-11] > cd ./local/bin
[stage-11] > cd ./banana/pear
[your-program] $
[stage-11] > pwd
[your-program] /usr/local/bin
[your-program] /tmp/blueberry/banana/pear
[stage-11] ✓ Received current working directory response
[your-program] $
[stage-11] ✓ Received prompt
[stage-11] > cd ../../
[stage-11] > cd ../../../
[your-program] $
[stage-11] > pwd
[your-program] /usr
[your-program] /tmp
[stage-11] ✓ Received current working directory response
[your-program] $
[stage-11] Test passed.
@@ -49,10 +49,10 @@ Debug = true
[stage-10] Running ./spawn_shell.sh
[your-program] $
[stage-10] ✓ Received prompt
[stage-10] > cd /usr/local/bin
[stage-10] > cd /tmp/orange/grape/grape
[your-program] $
[stage-10] > pwd
[your-program] /usr/local/bin
[your-program] /tmp/orange/grape/grape
[stage-10] ✓ Received current working directory response
[your-program] $
[stage-10] > cd /non-existing-directory
@@ -74,7 +74,7 @@ Debug = true
[stage-8] Running ./spawn_shell.sh
[your-program] $
[stage-8] > ./my_exe
[your-program] 384215599859
[your-program] 498493123349
[stage-8] ✓ Received expected response
[your-program] $
[stage-8] Test passed.
@@ -132,12 +132,12 @@ Debug = true
[stage-5] Running tests for Stage #5: iz3
[stage-5] Running ./spawn_shell.sh
[your-program] $
[stage-5] > echo pineapple, grape, raspberry
[your-program] pineapple, grape, raspberry
[stage-5] > echo pear
[your-program] pear
[stage-5] ✓ Received expected response
[your-program] $
[stage-5] > echo grape
[your-program] grape
[stage-5] > echo mango, orange, pear, apple
[your-program] mango, orange, pear, apple
[stage-5] ✓ Received expected response
[your-program] $
[stage-5] Test passed.

0 comments on commit 0ad455f

Please sign in to comment.