X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft1502-rev-parse-parseopt.sh;h=b3195c47070b35d555f8cfae90497a2d00d10ca7;hb=3a3a29c1da97b36dda2761c2e6b61c1a82e20a54;hp=434679585555c660f76f42a82f2ff84df3119f01;hpb=262657dce61b417d712a7f4cd85ff8ff4c6ec3a4;p=git.git diff --git a/t/t1502-rev-parse-parseopt.sh b/t/t1502-rev-parse-parseopt.sh index 434679585..b3195c470 100755 --- a/t/t1502-rev-parse-parseopt.sh +++ b/t/t1502-rev-parse-parseopt.sh @@ -81,4 +81,22 @@ test_expect_success 'test --parseopt --keep-dashdash' ' test_cmp expect output ' +cat >expect <output && + test_cmp expect output +' + +cat > expect <output && + test_cmp expect output +' + test_done