Skip to content

Commit

Permalink
Merge commit 'v1.6.4.4-8-g8de6518' into maint-1.6.4
Browse files Browse the repository at this point in the history
* commit 'v1.6.4.4-8-g8de6518':
  Fix mis-backport of t7002
  • Loading branch information
Junio C Hamano committed Jan 19, 2010
2 parents f1be316 + 8de6518 commit 18d97f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion t/t7002-grep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ test_expect_success setup '
echo foo mmap bar_mmap
echo foo_mmap bar mmap baz
} >file &&
echo vvv >v &&
echo ww w >w &&
echo x x xx x >x &&
echo y yy >y &&
echo zzz > z &&
mkdir t &&
echo test >t/t &&
git add file w x y z t/t hello.c &&
echo vvv >t/v &&
mkdir t/a &&
echo vvv >t/a/v &&
git add . &&
test_tick &&
git commit -m initial
'
Expand Down

0 comments on commit 18d97f5

Please sign in to comment.