t7063: hide stderr from setup inside prereq
commitfa73a582b5e7e01184171dc310c7ee0bd9bb2721
authorJeff King <peff@peff.net>
Wed, 27 May 2015 09:34:58 +0000 (27 05:34 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2015 20:14:29 +0000 (27 13:14 -0700)
tree421f0d4bf131b04d79523e2fbaabbe7b91b33edb
parentaeb6f8b3a2bbfd8b48a967139fbf4581e5345182
t7063: hide stderr from setup inside prereq

When t7063 starts, it runs "update-index --untracked-cache"
to see if we support the untracked cache. Its output goes
straight to stderr, even if the test is not run with "-v".
Let's wrap it in a prereq that will hide the output by
default, but show it with "-v".

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7063-status-untracked-cache.sh