File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -226,14 +226,9 @@ test_expect_success 'detect copies' '
226226
227227# See if configurables can be set, and in particular if the run.move.allow
228228# variable exists, which allows admins to disable the "p4 move" command.
229- test_expect_success ' p4 configure command and run.move.allow are available' '
230- p4 configure show run.move.allow >out ; retval=$? &&
231- test $retval = 0 &&
232- {
233- egrep ^run.move.allow: out &&
234- test_set_prereq P4D_HAVE_CONFIGURABLE_RUN_MOVE_ALLOW ||
235- true
236- } || true
229+ test_lazy_prereq P4D_HAVE_CONFIGURABLE_RUN_MOVE_ALLOW '
230+ p4 configure show run.move.allow >out &&
231+ egrep ^run.move.allow: out
237232'
238233
239234# If move can be disabled, turn it off and test p4 move handling
You can’t perform that action at this time.
0 commit comments