Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge commit 'v1.6.4.4-8-g8de6518' into maint-1.6.4
author
Junio C Hamano
<gitster@pobox.com>
Tue, 19 Jan 2010 05:18:41 +0000
(21:18 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 19 Jan 2010 05:18:41 +0000
(21:18 -0800)
* commit '
v1.6.4.4-8-g8de6518
':
Fix mis-backport of t7002
t/t7002-grep.sh
patch
|
blob
|
history
raw
(from parent 1:
f1be316
)
diff --git
a/t/t7002-grep.sh
b/t/t7002-grep.sh
index 5f91d822971180aebbd9503466a3b14db79b8bc6..7a5f28a326160207f3f798f3815a7e6beef14c4a 100755
(executable)
--- a/
t/t7002-grep.sh
+++ b/
t/t7002-grep.sh
@@
-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
'