Skip to content

Commit 21f4f27

Browse files
committed
ci: add regenerated fixtures
1 parent 70ea5b2 commit 21f4f27

File tree

13 files changed

+230
-230
lines changed

13 files changed

+230
-230
lines changed

internal/test_helpers/fixtures/ash/base/pass

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Debug = true
22

33
[tester::#IP1] Running tests for Stage #IP1 (ip1)
4-
[tester::#IP1] [setup] export PATH=/tmp/ace:$PATH
4+
[tester::#IP1] [setup] export PATH=/tmp/cow:$PATH
55
[tester::#IP1] [setup] Available executables:
66
[tester::#IP1] [setup] - custom_exe_4549
77
[tester::#IP1] [setup] - custom_exe_5979
@@ -23,10 +23,10 @@ Debug = true
2323
[tester::#IP1] Test passed.
2424

2525
[tester::#MG5] Running tests for Stage #MG5 (mg5)
26-
[tester::#MG5] [setup] export PATH=/tmp/doe:$PATH
27-
[tester::#MG5] [setup] export PATH=/tmp/qux:$PATH
28-
[tester::#MG5] [setup] export PATH=/tmp/bar:$PATH
29-
[tester::#MG5] [setup] PATH is now: /tmp/bar:/tmp/qux:/tmp/doe:...
26+
[tester::#MG5] [setup] export PATH=/tmp/dog:$PATH
27+
[tester::#MG5] [setup] export PATH=/tmp/fox:$PATH
28+
[tester::#MG5] [setup] export PATH=/tmp/cat:$PATH
29+
[tester::#MG5] [setup] PATH is now: /tmp/cat:/tmp/fox:/tmp/dog:...
3030
[tester::#MG5] [setup] Available executables:
3131
[tester::#MG5] [setup] - my_exe
3232
[tester::#MG5] Running ./your_shell.sh
@@ -40,7 +40,7 @@ Debug = true
4040
[your-program] mkdir is /bin/mkdir
4141
[tester::#MG5] ✓ Received expected response
4242
[your-program] $ type my_exe
43-
[your-program] my_exe is /tmp/bar/my_exe
43+
[your-program] my_exe is /tmp/cat/my_exe
4444
[tester::#MG5] ✓ Received expected response
4545
[your-program] $ type invalid_mango_command
4646
[your-program] invalid_mango_command: not found

internal/test_helpers/fixtures/ash/completions/pass

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -57,49 +57,49 @@ Debug = true
5757
[tester::#QM8] Test passed.
5858

5959
[tester::#WH6] Running tests for Stage #WH6 (wh6)
60-
[tester::#WH6] [setup] export PATH=/tmp/vix:$PATH
61-
[tester::#WH6] [setup] export PATH=/tmp/doe:$PATH
62-
[tester::#WH6] [setup] export PATH=/tmp/qux:$PATH
60+
[tester::#WH6] [setup] export PATH=/tmp/owl:$PATH
61+
[tester::#WH6] [setup] export PATH=/tmp/dog:$PATH
62+
[tester::#WH6] [setup] export PATH=/tmp/fox:$PATH
6363
[tester::#WH6] [setup] Available executables:
64-
[tester::#WH6] [setup] - xyz_foo
65-
[tester::#WH6] [setup] - xyz_ace
66-
[tester::#WH6] [setup] - xyz_vix
64+
[tester::#WH6] [setup] - xyz_ant
65+
[tester::#WH6] [setup] - xyz_cow
66+
[tester::#WH6] [setup] - xyz_owl
6767
[tester::#WH6] Running ./your_shell.sh
6868
[tester::#WH6] ✓ Received prompt ($ )
6969
[tester::#WH6] Typed "xyz_"
7070
[your-program] $ xyz_
7171
[tester::#WH6] ✓ Prompt line matches "$ xyz_"
7272
[tester::#WH6] Pressed "<TAB>" (expecting bell to ring)
73-
[tester::#WH6] Pressed "<TAB>" (expecting autocomplete to "xyz_ace xyz_foo xyz_vix")
73+
[tester::#WH6] Pressed "<TAB>" (expecting autocomplete to "xyz_ant xyz_cow xyz_owl")
7474
[tester::#WH6] ✓ Received bell
75-
[your-program] xyz_ace xyz_foo xyz_vix
76-
[tester::#WH6] ✓ Prompt line matches "xyz_ace xyz_foo xyz_vix"
75+
[your-program] xyz_ant xyz_cow xyz_owl
76+
[tester::#WH6] ✓ Prompt line matches "xyz_ant xyz_cow xyz_owl"
7777
[tester::#WH6] Received completion for "xyz_"
7878
[your-program] $ xyz_
7979
[tester::#WH6] Test passed.
8080

8181
[tester::#WT6] Running tests for Stage #WT6 (wt6)
82-
[tester::#WT6] [setup] export PATH=/tmp/bar:$PATH
83-
[tester::#WT6] [setup] export PATH=/tmp/ace:$PATH
84-
[tester::#WT6] [setup] export PATH=/tmp/foo:$PATH
82+
[tester::#WT6] [setup] export PATH=/tmp/cat:$PATH
83+
[tester::#WT6] [setup] export PATH=/tmp/cow:$PATH
84+
[tester::#WT6] [setup] export PATH=/tmp/ant:$PATH
8585
[tester::#WT6] [setup] Available executables:
86-
[tester::#WT6] [setup] - xyz_qux
87-
[tester::#WT6] [setup] - xyz_qux_vix
88-
[tester::#WT6] [setup] - xyz_qux_vix_doe
86+
[tester::#WT6] [setup] - xyz_fox
87+
[tester::#WT6] [setup] - xyz_fox_owl
88+
[tester::#WT6] [setup] - xyz_fox_owl_dog
8989
[tester::#WT6] Running ./your_shell.sh
9090
[tester::#WT6] ✓ Received prompt ($ )
9191
[tester::#WT6] Typed "xyz_"
9292
[tester::#WT6] ✓ Prompt line matches "$ xyz_"
93-
[tester::#WT6] Pressed "<TAB>" (expecting autocomplete to "xyz_qux")
94-
[tester::#WT6] ✓ Prompt line matches "$ xyz_qux"
93+
[tester::#WT6] Pressed "<TAB>" (expecting autocomplete to "xyz_fox")
94+
[tester::#WT6] ✓ Prompt line matches "$ xyz_fox"
9595
[tester::#WT6] Typed "_"
96-
[tester::#WT6] ✓ Prompt line matches "$ xyz_qux_"
97-
[tester::#WT6] Pressed "<TAB>" (expecting autocomplete to "xyz_qux_vix")
98-
[tester::#WT6] ✓ Prompt line matches "$ xyz_qux_vix"
96+
[tester::#WT6] ✓ Prompt line matches "$ xyz_fox_"
97+
[tester::#WT6] Pressed "<TAB>" (expecting autocomplete to "xyz_fox_owl")
98+
[tester::#WT6] ✓ Prompt line matches "$ xyz_fox_owl"
9999
[tester::#WT6] Typed "_"
100-
[tester::#WT6] ✓ Prompt line matches "$ xyz_qux_vix_"
101-
[tester::#WT6] Pressed "<TAB>" (expecting autocomplete to "xyz_qux_vix_doe")
102-
[tester::#WT6] ✓ Prompt line matches "$ xyz_qux_vix_doe "
103-
[tester::#WT6] Received all partial completions for "xyz_qux_vix_doe"
104-
[your-program] $ xyz_qux_vix_doe
100+
[tester::#WT6] ✓ Prompt line matches "$ xyz_fox_owl_"
101+
[tester::#WT6] Pressed "<TAB>" (expecting autocomplete to "xyz_fox_owl_dog")
102+
[tester::#WT6] ✓ Prompt line matches "$ xyz_fox_owl_dog "
103+
[tester::#WT6] Received all partial completions for "xyz_fox_owl_dog"
104+
[your-program] $ xyz_fox_owl_dog
105105
[tester::#WT6] Test passed.

internal/test_helpers/fixtures/ash/navigation/pass

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Debug = true
5454
[tester::#EI0] Test passed.
5555

5656
[tester::#IP1] Running tests for Stage #IP1 (ip1)
57-
[tester::#IP1] [setup] export PATH=/tmp/ace:$PATH
57+
[tester::#IP1] [setup] export PATH=/tmp/cow:$PATH
5858
[tester::#IP1] [setup] Available executables:
5959
[tester::#IP1] [setup] - custom_exe_5934
6060
[tester::#IP1] [setup] - custom_exe_3861
@@ -77,10 +77,10 @@ Debug = true
7777
[tester::#IP1] Test passed.
7878

7979
[tester::#MG5] Running tests for Stage #MG5 (mg5)
80-
[tester::#MG5] [setup] export PATH=/tmp/vix:$PATH
81-
[tester::#MG5] [setup] export PATH=/tmp/bar:$PATH
82-
[tester::#MG5] [setup] export PATH=/tmp/foo:$PATH
83-
[tester::#MG5] [setup] PATH is now: /tmp/foo:/tmp/bar:/tmp/vix:...
80+
[tester::#MG5] [setup] export PATH=/tmp/owl:$PATH
81+
[tester::#MG5] [setup] export PATH=/tmp/cat:$PATH
82+
[tester::#MG5] [setup] export PATH=/tmp/ant:$PATH
83+
[tester::#MG5] [setup] PATH is now: /tmp/ant:/tmp/cat:/tmp/owl:...
8484
[tester::#MG5] [setup] Available executables:
8585
[tester::#MG5] [setup] - my_exe
8686
[tester::#MG5] Running ./your_shell.sh
@@ -94,7 +94,7 @@ Debug = true
9494
[your-program] mkdir is /bin/mkdir
9595
[tester::#MG5] ✓ Received expected response
9696
[your-program] $ type my_exe
97-
[your-program] my_exe is /tmp/foo/my_exe
97+
[your-program] my_exe is /tmp/ant/my_exe
9898
[tester::#MG5] ✓ Received expected response
9999
[your-program] $ type invalid_pear_command
100100
[your-program] invalid_pear_command: not found

internal/test_helpers/fixtures/ash/pipelines/pass

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ Debug = true
33
[tester::#BR6] Running tests for Stage #BR6 (br6)
44
[tester::#BR6] [setup] export PATH=/tmp/pear/orange/raspberry:$PATH
55
[tester::#BR6] Running ./your_shell.sh
6-
[tester::#BR6] [setup] echo -e "blueberry raspberry\npineapple apple\nmango grape\npear orange\nbanana strawberry" > "/tmp/foo/file-61"
7-
[your-program] $ cat /tmp/foo/file-61 | wc
6+
[tester::#BR6] [setup] echo -e "blueberry raspberry\npineapple apple\nmango grape\npear orange\nbanana strawberry" > "/tmp/ant/file-61"
7+
[your-program] $ cat /tmp/ant/file-61 | wc
88
[your-program]  5 10 78
99
[tester::#BR6] ✓ Received expected response
10-
[tester::#BR6] [setup] echo -e "1. apple grape\n2. pineapple strawberry\n3. pear blueberry" > "/tmp/qux/file-52"
11-
[your-program] $ tail -f /tmp/qux/file-52 | head -n 5
10+
[tester::#BR6] [setup] echo -e "1. apple grape\n2. pineapple strawberry\n3. pear blueberry" > "/tmp/fox/file-52"
11+
[your-program] $ tail -f /tmp/fox/file-52 | head -n 5
1212
[your-program] 1. apple grape
1313
[your-program] 2. pineapple strawberry
1414
[your-program] 3. pear blueberry
@@ -33,18 +33,18 @@ Debug = true
3333

3434
[tester::#XK3] Running tests for Stage #XK3 (xk3)
3535
[tester::#XK3] [setup] export PATH=/tmp/banana/blueberry/orange:$PATH
36-
[tester::#XK3] [setup] echo -e "raspberry\npineapple\nmango\npear\ngrape" > "/tmp/ace/file-88"
36+
[tester::#XK3] [setup] echo -e "raspberry\npineapple\nmango\npear\ngrape" > "/tmp/cow/file-88"
3737
[tester::#XK3] Running ./your_shell.sh
38-
[your-program] $ cat /tmp/ace/file-88 | head -n 5 | wc
38+
[your-program] $ cat /tmp/cow/file-88 | head -n 5 | wc
3939
[your-program]  5 5 37
4040
[tester::#XK3] ✓ Received expected output
41-
[tester::#XK3] [setup] echo -n "strawberry" > "/tmp/bar/f-88"
42-
[tester::#XK3] [setup] echo -n "orange" > "/tmp/bar/f-35"
43-
[tester::#XK3] [setup] echo -n "apple" > "/tmp/bar/f-51"
44-
[tester::#XK3] [setup] echo -n "raspberry" > "/tmp/bar/f-10"
45-
[tester::#XK3] [setup] echo -n "mango" > "/tmp/bar/f-56"
46-
[tester::#XK3] [setup] echo -n "grape" > "/tmp/bar/f-19"
47-
[your-program] $ ls /tmp/bar | tail -n 5 | head -n 3 | grep "f-51"
41+
[tester::#XK3] [setup] echo -n "strawberry" > "/tmp/cat/f-88"
42+
[tester::#XK3] [setup] echo -n "orange" > "/tmp/cat/f-35"
43+
[tester::#XK3] [setup] echo -n "apple" > "/tmp/cat/f-51"
44+
[tester::#XK3] [setup] echo -n "raspberry" > "/tmp/cat/f-10"
45+
[tester::#XK3] [setup] echo -n "mango" > "/tmp/cat/f-56"
46+
[tester::#XK3] [setup] echo -n "grape" > "/tmp/cat/f-19"
47+
[your-program] $ ls /tmp/cat | tail -n 5 | head -n 3 | grep "f-51"
4848
[your-program] f-51
4949
[tester::#XK3] ✓ Received expected output
5050
[your-program] $

0 commit comments

Comments
 (0)