]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core-tests.patch
- summary from web page
[packages/git-core.git] / git-core-tests.patch
index beceade7762a1e25656c7f86608da94b48760ff2..90ae78799c198cbba0e50b24d5c328734c054698 100644 (file)
@@ -10,18 +10,18 @@ diff -ur git-1.7.0.3.orig/t/t1304-default-acl.sh git-1.7.0.3/t/t1304-default-acl
  . ./test-lib.sh
  
  # We need an arbitrary other user give permission to using ACLs. root
-Only in git-1.7.0.3/t: t1304-default-acl.sh~
-Only in git-1.7.0.3/t: .t1304-default-acl.sh.swp
-diff -ur git-1.7.0.3.orig/t/t5505-remote.sh git-1.7.0.3/t/t5505-remote.sh
---- git-1.7.0.3.orig/t/t5505-remote.sh 2010-03-22 01:35:03.000000000 +0000
-+++ git-1.7.0.3/t/t5505-remote.sh      2010-03-23 21:23:32.259135950 +0000
-@@ -688,7 +688,7 @@
+
+--- git-1.7.3.2/t/t3701-add-interactive.sh.orig        2010-10-22 05:49:16.000000000 +0200
++++ git-1.7.3.2/t/t3701-add-interactive.sh     2010-11-18 22:36:35.271101613 +0100
+@@ -83,9 +83,9 @@
  
- test_expect_success 'remote set-url --delete .*' '
- (
--      test_must_fail git remote set-url --delete someremote .* &&
-+      test_must_fail git remote set-url --delete someremote .\* &&
-       echo "YYY" >expect &&
-       echo baz >>expect &&
-       echo bbb >>expect &&
-Only in git-1.7.0.3/t: t5505-remote.sh~
+ test_expect_success PERL 'setup fake editor' '
+       cat >fake_editor.sh <<EOF
+-      EOF
++EOF
+       chmod a+x fake_editor.sh &&
+-      test_set_editor "$(pwd)/fake_editor.sh" &&
++      test_set_editor "$(pwd)/fake_editor.sh"
+ '
+ test_expect_success PERL 'dummy edit works' '
This page took 0.034731 seconds and 4 git commands to generate.