diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-11-01 16:41:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-11-01 16:41:41 -0700 |
commit | 60a31eccca583b7272ab32955e37d2fc0a51c54a (patch) | |
tree | 11d171b7bbce9ab0b8487109bc9be8bf1f7c62ad /t | |
parent | ac7acaa5d98077f7cf900461d5d7ddfebdcc08d3 (diff) | |
parent | b323c6451d9cae4f289d2600ce6d609dbfde40f7 (diff) | |
download | git-60a31eccca583b7272ab32955e37d2fc0a51c54a.tar.gz |
Merge branch 'rs/maint-estimate-cache-size' into maint
* rs/maint-estimate-cache-size:
t7511: avoid use of reserved filename on Windows.
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 |