We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee2309d + 896e700 commit 1efadd7Copy full SHA for 1efadd7
1 file changed
t/t9814-git-p4-rename.sh
@@ -226,14 +226,9 @@ test_expect_success 'detect copies' '
226
227
# See if configurables can be set, and in particular if the run.move.allow
228
# 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
+test_lazy_prereq P4D_HAVE_CONFIGURABLE_RUN_MOVE_ALLOW '
+ p4 configure show run.move.allow >out &&
+ egrep ^run.move.allow: out
237
'
238
239
# If move can be disabled, turn it off and test p4 move handling
0 commit comments