提交 322006dc 编写于 作者: R Richard Levitte

During the self test, we only want to know what bctest says on

stderr...
上级 db01d556
......@@ -138,7 +138,7 @@ if (/no-/)
goto err;
}
if (`echo 4+1 | bc` != 5 || (system("sh test/bctest") >> 8) != 0)
if (`echo 4+1 | bc` != 5 || (system("sh test/bctest >/dev/null") >> 8) != 0)
{
print OUT "Can't run bc! Test skipped.\n";
print OUT $not_our_fault;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册