diff options
Diffstat (limited to 't')
-rw-r--r-- | t/superuser--srpm-bootstrapping.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--srpm-bootstrapping.t b/t/superuser--srpm-bootstrapping.t index e292f8a6..e1823fc0 100644 --- a/t/superuser--srpm-bootstrapping.t +++ b/t/superuser--srpm-bootstrapping.t @@ -18,7 +18,7 @@ test("--buildrequires $name"); sub test { my ($para) = @_; - urpmi("--auto $para"); + urpmi("--buildrequires --auto $para"); check_installed_names($name); # check the buildrequires is installed #is(run_urpm_cmd('urpmq --auto-orphans'),''); # test for bug #52169 |