@@ -249,14 +249,14 @@ title "gix commit-graph"
249249 (with " version 2"
250250 (with " NO output directory"
251251 it " generates the correct output" && {
252- WITH_SNAPSHOT=" $snapshot /file-v-any-no-output" \
252+ WITH_SNAPSHOT=" $snapshot /file-v-any-no-output-p2 " \
253253 expect_run $SUCCESSFULLY " $exe_plumbing " --no-verbose free pack receive -p 2 .git
254254 }
255255 )
256256 (with " output directory"
257257 mkdir out/
258258 it " generates the correct output" && {
259- WITH_SNAPSHOT=" $snapshot /file-v-any-with-output" \
259+ WITH_SNAPSHOT=" $snapshot /file-v-any-with-output-p2 " \
260260 expect_run $SUCCESSFULLY " $exe_plumbing " --no-verbose free pack receive .git out/
261261 }
262262 it " creates an index and a pack in the output directory" && {
@@ -268,7 +268,7 @@ title "gix commit-graph"
268268 if test " $kind " = " max" || test " $kind " = " max-pure" ; then
269269 (with " --format json"
270270 it " generates the correct output in JSON format" && {
271- WITH_SNAPSHOT=" $snapshot /file-v-any-no-output-json" \
271+ WITH_SNAPSHOT=" $snapshot /file-v-any-no-output-json-p2 " \
272272 expect_run $SUCCESSFULLY " $exe_plumbing " --no-verbose --format json free pack receive --protocol 2 .git
273273 }
274274 )
@@ -305,7 +305,7 @@ title "gix commit-graph"
305305 (with " NO output directory"
306306 (with " NO wanted refs"
307307 it " generates the correct output" && {
308- WITH_SNAPSHOT=" $snapshot /file-v-any-no-output" \
308+ WITH_SNAPSHOT=" $snapshot /file-v-any-no-output-p2 " \
309309 expect_run $SUCCESSFULLY " $exe_plumbing " --no-verbose free pack receive -p 2 git://localhost/
310310 }
311311 )
@@ -324,7 +324,7 @@ title "gix commit-graph"
324324 )
325325 (with " output directory"
326326 it " generates the correct output" && {
327- WITH_SNAPSHOT=" $snapshot /file-v-any-with-output" \
327+ WITH_SNAPSHOT=" $snapshot /file-v-any-with-output-p2 " \
328328 expect_run $SUCCESSFULLY " $exe_plumbing " --no-verbose free pack receive git://localhost/ out/
329329 }
330330 )
0 commit comments