Skip to content

Commit 37dadd4

Browse files
committed
Disable failing t1301 tests
Tracked as #58
1 parent ae6b1c9 commit 37dadd4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

expect-cygwin-test-failures.patch

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,28 @@
6060
test_when_finished "
6161
git credential-cache exit &&
6262
rmdir \"\$HOME/dir/\" &&
63+
--- a/git-v2.42.0/t/t1301-shared-repo.sh 2023-05-16 06:33:41 +0000
64+
+++ b/git-v2.42.0/t/t1301-shared-repo.sh 2023-10-17 09:01:37 +0100
65+
@@ -74,7 +74,8 @@ test_expect_success 'template can set core.bare but overridden by command line'
66+
test_path_exists subdir/.git/HEAD
67+
'
68+
69+
-test_expect_success POSIXPERM 'update-server-info honors core.sharedRepository' '
70+
+# https://github.com/cygporter/git/issues/58
71+
+test_expect_failure POSIXPERM 'update-server-info honors core.sharedRepository' '
72+
: > a1 &&
73+
git add a1 &&
74+
test_tick &&
75+
@@ -106,7 +107,8 @@ do
76+
git config core.sharedrepository "$u" &&
77+
umask 0277 &&
78+
79+
- test_expect_success POSIXPERM "shared = $u ($y) ro" '
80+
+ # https://github.com/cygporter/git/issues/58
81+
+ test_expect_failure POSIXPERM "shared = $u ($y) ro" '
82+
83+
rm -f .git/info/refs &&
84+
git update-server-info &&
6385
--- a/git-v2.38.2/t/t3070-wildmatch.sh 2022-12-11 00:32:48.000000000 +0000
6486
+++ b/git-v2.38.2/t/t3070-wildmatch.sh 2022-12-11 15:08:33.604989200 +0000
6587
@@ -120,7 +120,18 @@ match_with_ls_files() {

0 commit comments

Comments
 (0)