cmake: remove DOS line endings from tests

feature/tap-sh
Dan Kegel 2017-06-05 13:58:03 -07:00
parent 9258874ee1
commit 2e80d72a6f
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ SET(test_scripts
) )
# No accounting for taste # No accounting for taste
FOREACH(file ${test_scripts}) FOREACH(file ${test_scripts})
CONFIGURE_FILE(${file}.sh ${file} @ONLY) CONFIGURE_FILE(${file}.sh ${file} @ONLY NEWLINE_STYLE UNIX)
ENDFOREACH() ENDFOREACH()
ADD_TEST(kyua ADD_TEST(kyua