mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
Try to fix comparing text lines on Windows
This commit is contained in:
parent
293f9170b6
commit
58235ac14d
@ -14,7 +14,7 @@ function fail() {
|
||||
}
|
||||
|
||||
function expect() {
|
||||
if [[ $1 != $($2) ]] ; then
|
||||
if [[ $1 != "$($2 | tr -d "\r")" ]] ; then
|
||||
echo "FAILED: $2"
|
||||
echo "EXPECTED: $1"
|
||||
echo "RESULT: $($2)"
|
||||
|
Loading…
Reference in New Issue
Block a user