mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 00:23:35 +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() {
|
function expect() {
|
||||||
if [[ $1 != $($2) ]] ; then
|
if [[ $1 != "$($2 | tr -d "\r")" ]] ; then
|
||||||
echo "FAILED: $2"
|
echo "FAILED: $2"
|
||||||
echo "EXPECTED: $1"
|
echo "EXPECTED: $1"
|
||||||
echo "RESULT: $($2)"
|
echo "RESULT: $($2)"
|
||||||
|
Loading…
Reference in New Issue
Block a user