@@ -69,7 +69,7 @@ teardown() {
6969 run " $PWD /hooks/pre-command"
7070
7171 assert_success
72- assert_output --partial ' Cache miss up to file-level, sorry '
72+ assert_output --partial ' Cache miss up to file-level'
7373
7474 unstub cache_dummy
7575}
@@ -84,7 +84,7 @@ teardown() {
8484 run " $PWD /hooks/pre-command"
8585
8686 assert_success
87- assert_output --partial ' Cache miss up to step-level, sorry '
87+ assert_output --partial ' Cache miss up to step-level'
8888
8989 unstub cache_dummy
9090}
@@ -99,7 +99,7 @@ teardown() {
9999 run " $PWD /hooks/pre-command"
100100
101101 assert_success
102- assert_output --partial ' Cache miss up to step-level, sorry '
102+ assert_output --partial ' Cache miss up to step-level'
103103
104104 unstub cache_dummy
105105}
@@ -115,7 +115,7 @@ teardown() {
115115 run " $PWD /hooks/pre-command"
116116
117117 assert_success
118- assert_output --partial ' Cache miss up to branch-level, sorry '
118+ assert_output --partial ' Cache miss up to branch-level'
119119
120120 unstub cache_dummy
121121}
@@ -131,7 +131,7 @@ teardown() {
131131 run " $PWD /hooks/pre-command"
132132
133133 assert_success
134- assert_output --partial ' Cache miss up to pipeline-level, sorry '
134+ assert_output --partial ' Cache miss up to pipeline-level'
135135
136136 unstub cache_dummy
137137}
@@ -149,7 +149,7 @@ teardown() {
149149 run " $PWD /hooks/pre-command"
150150
151151 assert_success
152- assert_output --partial ' Cache miss up to all-level, sorry '
152+ assert_output --partial ' Cache miss up to all-level'
153153
154154 unstub cache_dummy
155155}
0 commit comments