summaryrefslogtreecommitdiff
path: root/t/t9819-git-p4-case-folding.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-05-01 13:39:50 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-05-01 13:39:50 -0700
commit81bfe5434aaae0cf8586bdfbe318a9a779b03fc5 (patch)
treee7f12d6ad3890d3cbdf12a23c9faf2595c30edab /t/t9819-git-p4-case-folding.sh
parentMerge branch 'jk/build-with-right-curl' (diff)
parentt9819: don't use test_must_fail with p4 (diff)
downloadtgif-81bfe5434aaae0cf8586bdfbe318a9a779b03fc5.tar.xz
Merge branch 'dl/test-must-fail-fixes-4'
Test clean-up. * dl/test-must-fail-fixes-4: t9819: don't use test_must_fail with p4 t9164: use test_must_fail only on git commands t9160: use test_path_is_missing() t9141: use test_path_is_missing() t7508: don't use `test_must_fail test_cmp` t7408: replace incorrect uses of test_must_fail t6030: use test_path_is_missing()
Diffstat (limited to 't/t9819-git-p4-case-folding.sh')
-rwxr-xr-xt/t9819-git-p4-case-folding.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9819-git-p4-case-folding.sh b/t/t9819-git-p4-case-folding.sh
index 600ce1e0b0..b4d93f0c17 100755
--- a/t/t9819-git-p4-case-folding.sh
+++ b/t/t9819-git-p4-case-folding.sh
@@ -30,7 +30,7 @@ test_expect_success 'Check p4 is in case-folding mode' '
cd "$cli" &&
>lc/FILE.TXT &&
p4 add lc/FILE.TXT &&
- test_must_fail p4 submit -d "Cannot add file differing only in case" lc/FILE.TXT
+ ! p4 submit -d "Cannot add file differing only in case" lc/FILE.TXT
)
'