summaryrefslogtreecommitdiff
path: root/t/t9834-git-p4-file-dir-bug.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t9834-git-p4-file-dir-bug.sh')
-rwxr-xr-xt/t9834-git-p4-file-dir-bug.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9834-git-p4-file-dir-bug.sh b/t/t9834-git-p4-file-dir-bug.sh
index 031e1f8..dac67e8 100755
--- a/t/t9834-git-p4-file-dir-bug.sh
+++ b/t/t9834-git-p4-file-dir-bug.sh
@@ -10,7 +10,7 @@ repository.'
test_expect_success 'start p4d' '
start_p4d &&
- test_might_fail p4 configure set submit.collision.check=0
+ { p4 configure set submit.collision.check=0 || :; }
'
test_expect_success 'init depot' '