Remove unnecessary output from t3600-rm.
authorShawn Pearce <spearce@spearce.org>
Mon, 29 May 2006 08:06:48 +0000 (04:06 -0400)
committerJunio C Hamano <junkio@cox.net>
Mon, 29 May 2006 18:31:58 +0000 (11:31 -0700)
commit22669a045a062c7884735219bc4f5f8a8dd183a2
tree893aa5a919d0314b7ed32619432ba311fe2d5905
parentcd01d9445de1bbca8952c7ee16941f5fa10747f5
Remove unnecessary output from t3600-rm.

Moved the setup commands into test_expect_success blocks so their
output is hidden unless -v is used.  This makes the test suite look
a little cleaner when the rm test-file setup step fails (and was
expected to fail for most cases).

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t3600-rm.sh