Skip to content

Commit 3a67a8f

Browse files
committed
Try --ignore-cr-at-eol
1 parent 1c1bd98 commit 3a67a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/tests/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ fi
149149

150150
# see if the snapshots have changed
151151
changed_snapshots=$(git ls-files --modified ../tests/snapshots)
152-
if git diff --exit-code ../tests/snapshots &> /dev/null;
152+
if git diff --ignore-cr-at-eol --exit-code ../tests/snapshots &> /dev/null;
153153
then
154154
success "Snapshots are correct"
155155
else

0 commit comments

Comments
 (0)