diff options
Diffstat (limited to 't')
-rw-r--r-- | t/superuser--srpm-bootstrapping.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/superuser--srpm-bootstrapping.t b/t/superuser--srpm-bootstrapping.t index ff614718..59d52566 100644 --- a/t/superuser--srpm-bootstrapping.t +++ b/t/superuser--srpm-bootstrapping.t @@ -20,6 +20,7 @@ sub test { urpmi("--auto $para"); check_installed_names($name); # check the buildrequires is installed + #is(run_urpm_cmd('urpmq --auto-orphans'),''); # test for bug #52169 install_src_rpm($para); check_installed_and_remove($name); |