Skip to content

Commit f90926c

Browse files
test_spec: Be more picky about blank lines.
Rolling back fbd3ce4, which is now unnecessary because the spec generator script generates nicer newlines.
1 parent 3fb7f99 commit f90926c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/scripts/test_spec.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function send_filenames () {
6363

6464
# Assert files $1 and $2 are the same.
6565
function test_files () {
66-
if diff -B -u $1 $2
66+
if diff -u $1 $2
6767
then
6868
true
6969
else

0 commit comments

Comments
 (0)