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@xxxxxxxx> --- t/lib-git-p4.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/lib-git-p4.sh b/t/lib-git-p4.sh index d5596de..67101b1 100644 --- a/t/lib-git-p4.sh +++ b/t/lib-git-p4.sh @@ -142,6 +142,7 @@ client_view() { Description: $P4CLIENT Root: $cli AltRoots: $(native_path "$cli") + LineEnd: unix View: EOF printf "\t%s\n" "$@" -- 1.8.1.1.460.g6fa8886 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html