diff options
Diffstat (limited to 't/superuser--rpmnew.t')
-rw-r--r-- | t/superuser--rpmnew.t | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/t/superuser--rpmnew.t b/t/superuser--rpmnew.t index 4aa530e7..d82f45f7 100644 --- a/t/superuser--rpmnew.t +++ b/t/superuser--rpmnew.t @@ -43,14 +43,6 @@ sub test2 { ['orig', 'orig', 'orig'], ['changed', 'changed', 'changed']); - if (rpm_is_jbj_version()) { - #- WARNING: those files have no added value - #- (since the file was created with same content) - #- and should not be there - ok(unlink "$::pwd/root/etc/config.rpmorig"); - ok(unlink "$::pwd/root/etc/config-noreplace.rpmnew"); - } - check_no_etc_files(); } |