summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/helper.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper.pm b/t/helper.pm
index 56005df1..60f5de8d 100644
--- a/t/helper.pm
+++ b/t/helper.pm
@@ -56,7 +56,7 @@ sub urpm_cmd {
sub run_urpm_cmd {
my ($prog, $o_perl_para) = @_;
my $cmd = urpm_cmd($prog, $o_perl_para);
- warn "# $cmd\n";
+ print "# $cmd\n";
`$cmd`;
}
sub urpmi_cmd() { urpm_cmd('urpmi') }