send-email: add --[no-]xmailer option
[gitweb.git] / t / t9807-git-p4-submit.sh
index 4caf36e0066313f5402f61645c4330093ba23fcf..1f74a88385e827f7162256fafc22db5de3d41bf8 100755 (executable)
@@ -403,7 +403,8 @@ test_expect_success 'submit --prepare-p4-only' '
                git commit -m "prep only add" &&
                git p4 submit --prepare-p4-only >out &&
                test_i18ngrep "prepared for submission" out &&
-               test_i18ngrep "must be deleted" out
+               test_i18ngrep "must be deleted" out &&
+               test_i18ngrep ! "everything below this line is just the diff" out
        ) &&
        (
                cd "$cli" &&