* tests/test-version-etc.sh: Don't use diff's -c option.
This caused spurious test failure on Alpine Linux, which
uses busybox's diff. Reported by Assaf Gordon in
https://lists.gnu.org/r/sed-devel/2018-03/msg00013.html
+2018-03-23 Jim Meyering <meyering@fb.com>
+
+ test-version-etc.sh: port to diff without -c
+ * tests/test-version-etc.sh: Don't use diff's -c option.
+ This caused spurious test failure on Alpine Linux, which
+ uses busybox's diff. Reported by Assaf Gordon in
+ https://lists.gnu.org/r/sed-devel/2018-03/msg00013.html
+
2018-03-23 Paul Eggert <eggert@cs.ucla.edu>
c-stack: port to recent GCC build
/^Packaged by/d
2,3 s/Copyright (C) [0-9]\{4,4\}/COPYRIGHT/' |
tr -d '\015' |
- diff -c $TMP - || ERR=1
+ diff $TMP - || ERR=1
rm $TMP