diff options
Diffstat (limited to 't')
-rw-r--r-- | t/02create_pkgs.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/02create_pkgs.t b/t/02create_pkgs.t index 84fac0af..56c33ebb 100644 --- a/t/02create_pkgs.t +++ b/t/02create_pkgs.t @@ -9,6 +9,8 @@ use Cwd; set_path(); +warn ">> RPM version is: ", `LC_ALL=C rpm --version`, "\n"; + chdir 't' if -d 't'; system('rm -rf tmp media'); foreach (qw(media tmp tmp/BUILD tmp/RPMS tmp/RPMS/noarch tmp/SRPMS)) { |