Skip to content

Commit f37a559

Browse files
committed
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 <patthoyts@users.sourceforge.net>
1 parent 4e0fc71 commit f37a559

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)