Thread (4 messages) flat view 4 messages, 3 authors, 2016-06-15

Re: [PATCH 1/2] t7002: set test prerequisite "external-grep" if supported

From: Nguyen Thai Ngoc Duy <hidden>
Date: 2016-06-15 22:47:58

On 1/7/10, Junio C Hamano [off-list ref] wrote:
 So by writing the test to check the desired outcome, instead of writing it
 for the particular implementation of using external grep optimization, you
 will catch both kinds of breakages.

 Perhaps something like this (untested, of course)?

 test_expect_success 'strings in work tree files are not found for skip-wt paths' '
        no="no such string in the index" &&
        test_must_fail git grep -e "$no" --cached file &&
        git update-index --skip-worktree file &&
        echo "$no" >file &&
        test_must_fail git grep -e "$no" file &&
        git update-index --no-skip-worktree file &&
        git grep -e "$no" file
 '
Very well reasoned. I'd say go for it!

Tested-by: me
-- 
Duy
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help