Skip to content

Commit b52922e

Browse files
committed
Revert "Try --ignore-cr-at-eol"
This reverts commit 3a67a8f.
1 parent 3a67a8f commit b52922e

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 --ignore-cr-at-eol --exit-code ../tests/snapshots &> /dev/null;
152+
if git diff --exit-code ../tests/snapshots &> /dev/null;
153153
then
154154
success "Snapshots are correct"
155155
else

0 commit comments

Comments
 (0)