Skip to content

Commit

Permalink
test: t4102-apply-rename fails with strict umask.
Browse files Browse the repository at this point in the history
We checked the result of patch application for full permission bits,
when the only thing we cared about was to make sure the executable
bit was correctly set.

Noticed by Peter Baumann.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Nov 5, 2005
1 parent 3d95bf0 commit b52d9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t4102-apply-rename.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ test_expect_success apply \
'git-apply --index --stat --summary --apply test-patch'

test_expect_success validate \
'test -f bar && ls -l bar | grep "^-..x..x..x"'
'test -f bar && ls -l bar | grep "^-..x......"'

test_done

0 comments on commit b52d9f9

Please sign in to comment.