From b323c6451d9cae4f289d2600ce6d609dbfde40f7 Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Mon, 31 Oct 2011 14:07:27 +0000 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- t/t7511-status-index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t7511-status-index.sh b/t/t7511-status-index.sh index bca359dc1e..b5fdc048a5 100755 --- a/t/t7511-status-index.sh +++ b/t/t7511-status-index.sh @@ -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 -- 2.43.2