diff options
Diffstat (limited to 't/t9807-git-p4-submit.sh')
| -rwxr-xr-x | t/t9807-git-p4-submit.sh | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/t/t9807-git-p4-submit.sh b/t/t9807-git-p4-submit.sh index 4caf36e006..1f74a88385 100755 --- a/t/t9807-git-p4-submit.sh +++ b/t/t9807-git-p4-submit.sh @@ -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" &&  | 
