test_cmp expect output
'
+test_expect_success 'test --parseopt --stop-at-non-option' '
+ git rev-parse --parseopt --stop-at-non-option -- --foo arg --bar=ham < optionspec > output &&
+ test_cmp expect output
+'
+
cat > expect <<EOF
set -- --foo -- '--' 'arg' '--bar=ham'
EOF