Skip to content

Commit

Permalink
Merge branch 'maint-1.8.2' into maint
Browse files Browse the repository at this point in the history
* maint-1.8.2:
  t0070 "mktemp to unwritable directory" needs SANITY
  pre-push.sample: Make the script executable
  • Loading branch information
gitster committed Jun 11, 2013
2 parents 362de91 + b3b8ceb commit f2b4626
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t0070-fundamental.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" &&
Expand Down
Empty file modified templates/hooks--pre-push.sample
100644 → 100755
Empty file.

0 comments on commit f2b4626

Please sign in to comment.