diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-06-03 16:43:46 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-06-18 15:17:29 +0300 |
commit | b0e481a653b01e4329bccb1d101d56e3e878e960 (patch) | |
tree | bba1a4cae73ec4ece95f408e079a15d664e49927 /tests/amalgam/unnamed/test.sh | |
parent | 0d692ec857340a0f16a03d6a7ef38fe864a83cfc (diff) |
Port to MinGW
Diffstat (limited to 'tests/amalgam/unnamed/test.sh')
-rwxr-xr-x | tests/amalgam/unnamed/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/amalgam/unnamed/test.sh b/tests/amalgam/unnamed/test.sh index afcb3bd..c745b76 100755 --- a/tests/amalgam/unnamed/test.sh +++ b/tests/amalgam/unnamed/test.sh @@ -1,3 +1,3 @@ #!/bin/sh -b -q | diff -u test.out - +b -q | diff --strip-trailing-cr -u test.out - |