Skip to content

Commit 18d97f5

Browse files
committed
Merge commit 'v1.6.4.4-8-g8de6518' into maint-1.6.4
* commit 'v1.6.4.4-8-g8de6518': Fix mis-backport of t7002
2 parents f1be316 + 8de6518 commit 18d97f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

t/t7002-grep.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,17 @@ test_expect_success setup '
2525
echo foo mmap bar_mmap
2626
echo foo_mmap bar mmap baz
2727
} >file &&
28+
echo vvv >v &&
2829
echo ww w >w &&
2930
echo x x xx x >x &&
3031
echo y yy >y &&
3132
echo zzz > z &&
3233
mkdir t &&
3334
echo test >t/t &&
34-
git add file w x y z t/t hello.c &&
35+
echo vvv >t/v &&
36+
mkdir t/a &&
37+
echo vvv >t/a/v &&
38+
git add . &&
3539
test_tick &&
3640
git commit -m initial
3741
'

0 commit comments

Comments
 (0)