Merge commit 'v1.6.4.4-8-g8de6518' into maint-1.6.4
* commit 'v1.6.4.4-8-g8de6518': Fix mis-backport of t7002maint
commit
18d97f5fed
|
@ -25,13 +25,17 @@ test_expect_success setup '
|
||||||
echo foo mmap bar_mmap
|
echo foo mmap bar_mmap
|
||||||
echo foo_mmap bar mmap baz
|
echo foo_mmap bar mmap baz
|
||||||
} >file &&
|
} >file &&
|
||||||
|
echo vvv >v &&
|
||||||
echo ww w >w &&
|
echo ww w >w &&
|
||||||
echo x x xx x >x &&
|
echo x x xx x >x &&
|
||||||
echo y yy >y &&
|
echo y yy >y &&
|
||||||
echo zzz > z &&
|
echo zzz > z &&
|
||||||
mkdir t &&
|
mkdir t &&
|
||||||
echo test >t/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 &&
|
test_tick &&
|
||||||
git commit -m initial
|
git commit -m initial
|
||||||
'
|
'
|
||||||
|
|
Loading…
Reference in New Issue