X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=t%2Ft0110-environment-names-old.sh;h=c548b9b49757954984978c574b76787fc40a0abb;hb=2b64f88f09ae2169ec85652b46897574e352936d;hp=9389796f84414be6c786cf0ce667c1eebdda98e0;hpb=de809dbbce497e0d107562615c1d85ff35b4e0c5;p=git.git diff --git a/t/t0110-environment-names-old.sh b/t/t0110-environment-names-old.sh index 9389796f..c548b9b4 100755 --- a/t/t0110-environment-names-old.sh +++ b/t/t0110-environment-names-old.sh @@ -86,8 +86,7 @@ committer A U Thor EOF test_expect_success \ 'verify old AUTHOR variables were used correctly in commit' \ - 'sed -ne '\''/^\(author\|committer\)/s|>.*|>|p'\'' current | - cmp - expected' + 'sed -ne '\''/^\(author\)/s|>.*|>|p'\'' -e'\''/^\(committer\)/s|>.*|>|p'\''\ current > out && cmp out expected' unset GIT_DIR test_expect_success \ @@ -128,7 +127,6 @@ committer R O Htua EOF test_expect_success \ 'verify new AUTHOR variables were used correctly in commit.' \ - 'sed -ne '\''/^\(author\|committer\)/s|>.*|>|p'\'' current | - cmp - expected' + 'sed -ne '\''/^\(author\)/s|>.*|>|p'\'' -e'\''/^\(committer\)/s|>.*|>|p'\''\ current > out && cmp out expected' test_done