Merge branch 'maint-1.8.2' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 11 Jun 2013 21:24:56 +0000 (14:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Jun 2013 21:24:56 +0000 (14:24 -0700)
* maint-1.8.2:
t0070 "mktemp to unwritable directory" needs SANITY
pre-push.sample: Make the script executable

t/t0070-fundamental.sh
templates/hooks--pre-push.sample [changed mode: 0644->0755]
index da2c504e53e37840f71790d6b262106b7b57d697..986b2a8f2664b1734964049a5b24fc50cf938cfe 100755 (executable)
@@ -17,7 +17,7 @@ test_expect_success 'mktemp to nonexistent directory prints filename' '
        grep "doesnotexist/test" err
 '
 
-test_expect_success POSIXPERM 'mktemp to unwritable directory prints filename' '
+test_expect_success POSIXPERM,SANITY 'mktemp to unwritable directory prints filename' '
        mkdir cannotwrite &&
        chmod -w cannotwrite &&
        test_when_finished "chmod +w cannotwrite" &&
old mode 100644 (file)
new mode 100755 (executable)