]> git.pld-linux.org Git - packages/git-core.git/blob - git-core-tests.patch
- up to 1.7.0.4
[packages/git-core.git] / git-core-tests.patch
1 diff -ur git-1.7.0.3.orig/t/t1304-default-acl.sh git-1.7.0.3/t/t1304-default-acl.sh
2 --- git-1.7.0.3.orig/t/t1304-default-acl.sh     2010-03-22 01:35:03.000000000 +0000
3 +++ git-1.7.0.3/t/t1304-default-acl.sh  2010-03-23 19:53:49.069813289 +0000
4 @@ -9,6 +9,8 @@
5  # => this must come before . ./test-lib.sh
6  umask 077
7  
8 +LOGNAME=$(whoami)
9 +
10  . ./test-lib.sh
11  
12  # We need an arbitrary other user give permission to using ACLs. root
13 Only in git-1.7.0.3/t: t1304-default-acl.sh~
14 Only in git-1.7.0.3/t: .t1304-default-acl.sh.swp
15 diff -ur git-1.7.0.3.orig/t/t5505-remote.sh git-1.7.0.3/t/t5505-remote.sh
16 --- git-1.7.0.3.orig/t/t5505-remote.sh  2010-03-22 01:35:03.000000000 +0000
17 +++ git-1.7.0.3/t/t5505-remote.sh       2010-03-23 21:23:32.259135950 +0000
18 @@ -688,7 +688,7 @@
19  
20  test_expect_success 'remote set-url --delete .*' '
21  (
22 -       test_must_fail git remote set-url --delete someremote .* &&
23 +       test_must_fail git remote set-url --delete someremote .\* &&
24         echo "YYY" >expect &&
25         echo baz >>expect &&
26         echo bbb >>expect &&
27 Only in git-1.7.0.3/t: t5505-remote.sh~
This page took 0.028042 seconds and 3 git commands to generate.