Code

Merge branch 'lt/racy-empty'
[git.git] / t / t1502-rev-parse-parseopt.sh
index 762af5faf75562cd2a24197eae56357b1443737d..7cdd70a188f7b177652ad8c8d680d36a0d5a9bf7 100755 (executable)
@@ -5,7 +5,7 @@ test_description='test git rev-parse --parseopt'
 
 cat > expect.err <<EOF
 usage: some-command [options] <args>...
-    
+
     some-command does foo and bar!
 
     -h, --help            show the help
@@ -37,7 +37,7 @@ C?        option C with an optional argument
 Extras
 extra1    line above used to cause a segfault but no longer does
 EOF
-       git diff expect.err output.err
+       test_cmp expect.err output.err
 '
 
 test_done