git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Test fails on ubuntu breezy
@ 2006-04-13 11:54 linux
  2006-04-13 18:56 ` Junio C Hamano
  0 siblings, 1 reply; 8+ messages in thread
From: linux @ 2006-04-13 11:54 UTC (permalink / raw)
  To: git

I've recently encountered the same problem with t/t3600-rm.sh step 9,
but I put it down to compiling as root.

Basically, the chmod of the directory didn't stop the delete from
happening, since I had umask 002 and it was g+w.

Anyway, that test is fragile.

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Test fails on ubuntu breezy
@ 2006-04-13  7:53 Aneesh Kumar
  2006-04-13 10:20 ` Peter Eriksen
  0 siblings, 1 reply; 8+ messages in thread
From: Aneesh Kumar @ 2006-04-13  7:53 UTC (permalink / raw)
  To: Git Mailing List

kvaneesh@home:~/git-work/git.build/t$ ./t3600-rm.sh
Committing initial tree e5c556e46aae6124ff4a2a466c95004e92d9a2e4
*   ok 1: Pre-check that foo exists and is in index before git-rm foo
*   ok 2: Test that git-rm foo succeeds
*   ok 3: Post-check that foo exists but is not in index after git-rm foo
*   ok 4: Pre-check that bar exists and is in index before "git-rm -f bar"
*   ok 5: Test that "git-rm -f bar" succeeds
*   ok 6: Post-check that bar does not exist and is not in index after
"git-rm -f bar"
*   ok 7: Test that "git-rm -- -q" succeeds (remove a file that looks
like an option)
*   ok 8: Test that "git-rm -f" succeeds with embedded space, tab, or
newline characters.
* FAIL 9: Test that "git-rm -f" fails if its rm fails
        git-rm -f baz
*   ok 10: When the rm in "git-rm -f" fails, it should not remove the
file from the index
* failed 1 among 10 test(s)
kvaneesh@home:~/git-work/git.build/t$

-aneesh

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-04-15 15:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-13 11:54 Test fails on ubuntu breezy linux
2006-04-13 18:56 ` Junio C Hamano
2006-04-15  6:47   ` Aneesh Kumar
2006-04-15  7:24     ` Junio C Hamano
2006-04-15 15:43       ` Aneesh Kumar
2006-04-15  7:33     ` Aneesh Kumar
  -- strict thread matches above, loose matches on Subject: below --
2006-04-13  7:53 Aneesh Kumar
2006-04-13 10:20 ` Peter Eriksen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).