提交 1bb3abaf 作者: Christian Couder

sharness/t0010: don't pipe /dev/null into $cmd --help tests

License: MIT
Signed-off-by: 's avatarChristian Couder <chriscool@tuxfamily.org>
上级 550c6eb5
......@@ -65,7 +65,7 @@ test_expect_success "All commands accept --help" '
echo 0 > fail
while read -r cmd
do
$cmd --help </dev/null >/dev/null ||
$cmd --help >/dev/null ||
{ echo "$cmd doesnt accept --help"; echo 1 > fail; }
done <commands.txt
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论