Skip to content

Commit

Permalink
Disable failing t1301 tests
Browse files Browse the repository at this point in the history
Tracked as #58
  • Loading branch information
me-and committed Oct 17, 2023
1 parent ae6b1c9 commit b328117
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions expect-cygwin-test-failures.patch
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,25 @@
test_clone_url [::1]:/~repo ::1 "~repo"
'

--- a/git-v2.42.0/t/t1301-shared-repo.sh 2023-05-16 06:33:41 +0000
+++ b/git-v2.42.0/t/t1301-shared-repo.sh 2023-10-17 09:01:37 +0100
@@ -74,7 +74,8 @@ test_expect_success 'template can set core.bare but overridden by command line'
test_path_exists subdir/.git/HEAD
'

-test_expect_success POSIXPERM 'update-server-info honors core.sharedRepository' '
+# https://github.com/cygporter/git/issues/58
+test_expect_failure POSIXPERM 'update-server-info honors core.sharedRepository' '
: > a1 &&
git add a1 &&
test_tick &&
@@ -106,7 +107,8 @@ do
git config core.sharedrepository "$u" &&
umask 0277 &&

- test_expect_success POSIXPERM "shared = $u ($y) ro" '
+ # https://github.com/cygporter/git/issues/58
+ test_expect_failure POSIXPERM "shared = $u ($y) ro" '

rm -f .git/info/refs &&
git update-server-info &&

0 comments on commit b328117

Please sign in to comment.