summaryrefslogtreecommitdiffstats
path: root/t/helper.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/helper.pm')
-rw-r--r--t/helper.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/helper.pm b/t/helper.pm
index 81cbe59b..6057a825 100644
--- a/t/helper.pm
+++ b/t/helper.pm
@@ -25,7 +25,6 @@ sub need_root_and_prepare() {
isnt(-d 'root', "test root dir can not be removed $!");
system('mkdir -p root/etc/rpm');
system('echo "%_pkgverify_level none" >root/etc/rpm/macros');
- # system('echo "%_pkgverify_flags 0x0" >> root/etc/rpm/macros');
$using_root = 1;
$ENV{LC_ALL} = 'C';
}