diff options
author | Pat Thoyts <patthoyts@users.sourceforge.net> | 2011-10-31 14:07:27 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-31 12:31:42 -0700 |
commit | b323c6451d9cae4f289d2600ce6d609dbfde40f7 (patch) | |
tree | aead5327546da6973c946a608facfda0f35a3d7f /t | |
parent | 8f41c07f90da5e314cbc428f1e3e936563f7f39d (diff) | |
download | git-b323c6451d9cae4f289d2600ce6d609dbfde40f7.tar.gz |
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t7511-status-index.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |