Don't use test_expect_failure when more than one thing could fail
authorKarl Hasselström <kha@treskal.com>
Fri, 24 Aug 2007 09:49:24 +0000 (11:49 +0200)
committerKarl Hasselström <kha@treskal.com>
Sun, 26 Aug 2007 19:55:37 +0000 (21:55 +0200)
commit675394bcf1ec6fbcd0e4018e136dc65206952b09
tree9f5af2bb4c068a59a76dd77a405f68a54defab86
parent5f1629be6d0d10aa2acb253c89c6f6c38fdf3cf2
Don't use test_expect_failure when more than one thing could fail

It's much better to use ! for the part that you actually expect to
fail; that way, the test will still scream if something _else_ goes
wrong.

Signed-off-by: Karl Hasselström <kha@treskal.com>
t/t2101-pull-policy-pull.sh