diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/glcpp-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glcpp-test b/tests/glcpp-test index 673a4f45e9..25685eeabe 100755 --- a/tests/glcpp-test +++ b/tests/glcpp-test @@ -5,5 +5,5 @@ for test in *.c; do ../glcpp < $test > $test.out gcc -E $test -o $test.gcc grep -v '^#' < $test.gcc > $test.expected - diff -B -w -u $test.expected $test.out + diff -u $test.expected $test.out done |