Commit 7b87cde4d2b52f429706fc0a99ca3395b7d21c82 Parent: 0f8e45edfbc5450c865ef6fe1877f4509cb7cbd1 Author: mcol <mcol@posteo.net> Date: 2021-11-26 20:46:14 +0000 Committer: mcol <mcol@posteo.net> Committed: 2021-11-26 20:46:14 +0000 test: remove --ignore-trailing-space from diff as mac doesnt use it
test/test.sh Modified
@@ -43,7 +43,7 @@ for test in "${TESTS[@]}" do - diff --text --strip-trailing-cr --ignore-trailing-space \ + diff --text --strip-trailing-cr \ "$EXPECTED/$test" "$RESULT/$test" || { let errors+=1 echo "^ ERRORED ON: $test"