t0030: Remove repeated instructions and add missing &&
commitdefd53142e0c3326c3677cc3d623a6aeef899518
authorCarlos Rica <jasampler@gmail.com>
Tue, 10 Jul 2007 21:53:45 +0000 (10 23:53 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Jul 2007 22:02:05 +0000 (11 15:02 -0700)
tree9f014c554a59fbf2563384f267315581f362ad65
parent36d56de649aacdbf555d2c9743c514cc52368f2c
t0030: Remove repeated instructions and add missing &&

Moved some tests to another test_expect_success block.

Many tests now reuse the same "expect" file. Also replacing
many printf "" >expect with one >expect instruction.

Added missing && which concatenated tests in some
test_expect_success blocks.

Signed-off-by: Carlos Rica <jasampler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0030-stripspace.sh