t/t7502: compare entire commit message with what was expected
[gitweb.git] / t / t7502-commit.sh
index cbd7a45927eb2d4b04649f21f82192091782ce90..9040f8ad5e3a155babd8b0661d7ac461d70e6ee4 100755 (executable)
@@ -181,8 +181,8 @@ test_expect_success 'cleanup commit messages (verbatim option,-t)' '
 
        echo >>negative &&
        { echo;echo "# text";echo; } >expect &&
-       git commit --cleanup=verbatim -t expect -a &&
-       git cat-file -p HEAD |sed -e "1,/^\$/d" |head -n 3 >actual &&
+       git commit --cleanup=verbatim --no-status -t expect -a &&
+       git cat-file -p HEAD |sed -e "1,/^\$/d" >actual &&
        test_cmp expect actual
 
 '