Skip to content

Commit b323c64

Browse files
patthoytsgitster
authored andcommitted
t7511: avoid use of reserved filename on Windows.
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8f41c07 commit b323c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7511-status-index.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ check() {
2424

2525
check 1
2626
check 2 p
27-
check 3 pr
27+
check 3 px
2828
check 4 pre
2929
check 5 pref
3030
check 6 prefi

0 commit comments

Comments
 (0)