citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 03fc22d893bc70d8a69b2eee4a1cade4c3baeee2
parent 0f6191de48476a6a5d71271aaf062dd4922ef33e
Author: Kyle Milz <kyle@0x30.net>
Date:   Thu, 16 Jun 2016 20:06:31 -0600

Test: pkg_info -q is better

Diffstat:
MTest/Package.pm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Test/Package.pm b/Test/Package.pm @@ -53,7 +53,7 @@ sub dependencies { } sub get_installed_obsd { - my $pid = open2(\*CHLD_OUT, undef, 'pkg_info'); + my $pid = open2(\*CHLD_OUT, undef, 'pkg_info', '-q'); waitpid( $pid, 0 ); my $pkg_info_exit_code = $? >> 8;