Hi,

> diff --git a/t/t9810-git-p4-rcs.sh b/t/t9810-git-p4-rcs.sh
> index 8134ab4..e02b490 100755
> --- a/t/t9810-git-p4-rcs.sh
> +++ b/t/t9810-git-p4-rcs.sh
> @@ -294,8 +294,7 @@ test_expect_success 'cope with rcs keyword file deletion' 
> '
>               echo "\$Revision\$" >kwdelfile.c &&
>               p4 add -t ktext kwdelfile.c &&
>               p4 submit -d "Add file to be deleted" &&
> -             cat kwdelfile.c &&
> -             grep 1 kwdelfile.c
> +             test_must_constain 1 kwdelfile.c

s/constain/contain/

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to