Merge branch 'lt/maint-gitdir-relative' into maint
[gitweb.git] / t / t1502-rev-parse-parseopt.sh
index 762af5faf75562cd2a24197eae56357b1443737d..3508d0a612487be824dfe62eaf2377bc05ae8c17 100755 (executable)
@@ -13,7 +13,7 @@ usage: some-command [options] <args>...
     --bar ...             some cool option --bar with an argument
 
 An option group Header
-    -C [...]              option C with an optional argument
+    -C[...]               option C with an optional argument
 
 Extras
     --extra1              line above used to cause a segfault but no longer does
@@ -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