We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb7f99 commit f90926cCopy full SHA for f90926c
misc/scripts/test_spec.sh
@@ -63,7 +63,7 @@ function send_filenames () {
63
64
# Assert files $1 and $2 are the same.
65
function test_files () {
66
- if diff -B -u $1 $2
+ if diff -u $1 $2
67
then
68
true
69
else
0 commit comments