git p4 test: use LineEnd unix in windows tests too
In all clients, even those created on windows, use unix line endings. This makes it possible to verify file contents without doing OS-specific comparisons in all the tests. Tests in t9802-git-p4-filetype.sh are used to make sure that the other LineEnd options continue to work. Signed-off-by: Pete Wyckoff <pw@padd.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
dfbf393700
commit
e93f869593
|
@ -142,6 +142,7 @@ client_view() {
|
||||||
Description: $P4CLIENT
|
Description: $P4CLIENT
|
||||||
Root: $cli
|
Root: $cli
|
||||||
AltRoots: $(native_path "$cli")
|
AltRoots: $(native_path "$cli")
|
||||||
|
LineEnd: unix
|
||||||
View:
|
View:
|
||||||
EOF
|
EOF
|
||||||
printf "\t%s\n" "$@"
|
printf "\t%s\n" "$@"
|
||||||
|
|
Loading…
Reference in New Issue