Applied all three patches, still seeing a failure (below).
Regards, Faheem.
On Fri, 30 Apr 2010, Jonathan Nieder wrote:
Faheem Mitha wrote:
Ok, will retest and let you know.
Much appreciated, thanks.
Removing docs/
Removing foo/
Removing included
* FAIL 26: removal failure
mkdir foo &&
touch foo/bar &&
(exec <foo/bar &&
chmod 0 foo &&
test_must_fail git clean -f -d)
chmod: cannot access `foo': No such file or directory
* expecting success:
rm -fr foo bar &&
mkdir foo bar &&
(
cd foo &&
git init &&
>hello.world
git add . &&
git commit -a -m nested
) &&
(
cd bar &&
>goodbye.people
) &&
git clean -f -d &&
test -f foo/.git/index &&
test -f foo/hello.world &&
! test -d bar
Initialized empty Git repository in
/usr/local/src/git/git-core-1.7.0.4/t/trash
directory.t7300-clean/foo/.git/
[master (root-commit) d9d6084] nested
Author: A U Thor <[email protected]>
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 hello.world
Removing bar/
Removing foo/
* ok 27: nested git work tree
* expecting success:
rm -fr foo bar &&
mkdir foo bar &&
(
cd foo &&
git init &&
>hello.world
git add . &&
git commit -a -m nested
) &&
(
cd bar &&
>goodbye.people
) &&
git clean -f -f -d &&
! test -d foo &&
! test -d bar
Initialized empty Git repository in
/usr/local/src/git/git-core-1.7.0.4/t/trash
directory.t7300-clean/foo/.git/
[master (root-commit) d9d6084] nested
Author: A U Thor <[email protected]>
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 hello.world
Removing bar/
Removing foo/
* ok 28: force removal of nested git work tree
* failed 1 among 28 test(s)
make[3]: *** [t7300-clean.sh] Error 1
make[3]: Leaving directory `/usr/local/src/git/git-core-1.7.0.4/t'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/git/git-core-1.7.0.4/t'
make[1]: *** [test] Error 2
make[1]: Leaving directory `/usr/local/src/git/git-core-1.7.0.4'
make: *** [build-arch-stamp] Error 2
debuild: fatal error at line 1301:
couldn't exec fakeroot debian/rules:
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]