summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-04-28 20:58:13 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-04-28 20:58:59 +0200
commitf0d66e94010902d344c3f5811cb44712a5ffeb00 (patch)
tree15bbb967970984e9a09f25d8739d52e7cd6a8036 /t
parentc768cd18827d5197c8dc4888ca25c3aab81f27ca (diff)
downloadurpmi-f0d66e94010902d344c3f5811cb44712a5ffeb00.tar
urpmi-f0d66e94010902d344c3f5811cb44712a5ffeb00.tar.gz
urpmi-f0d66e94010902d344c3f5811cb44712a5ffeb00.tar.bz2
urpmi-f0d66e94010902d344c3f5811cb44712a5ffeb00.tar.xz
urpmi-f0d66e94010902d344c3f5811cb44712a5ffeb00.zip
perl_checker cleanups
Diffstat (limited to 't')
-rw-r--r--t/helper.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper.pm b/t/helper.pm
index ad0f152c..21bc4c6e 100644
--- a/t/helper.pm
+++ b/t/helper.pm
@@ -177,7 +177,7 @@ sub check_installed_and_urpme {
}
sub are_weak_deps_supported() {
- return urpm::select::_rpm_version() gt 4.12.0
+ return urpm::select::_rpm_version() gt 4.12.0;
}
END {