Skip to content

Commit

Permalink
t7511: avoid use of reserved filename on Windows.
Browse files Browse the repository at this point in the history
PRN is a special filename on Windows to send data to the printer. As
this is generated during test 3 substitute an alternate prefix to avoid this.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Pat Thoyts authored and Junio C Hamano committed Oct 31, 2011
1 parent 8f41c07 commit b323c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t7511-status-index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ check() {

check 1
check 2 p
check 3 pr
check 3 px
check 4 pre
check 5 pref
check 6 prefi
Expand Down

0 comments on commit b323c64

Please sign in to comment.