diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-06-13 18:43:22 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-06-13 18:43:22 +0000 |
commit | a8a6449e6596f950f2f4ebd6a45ce19be37a1b78 (patch) | |
tree | 0947884c6af7621dd215feb14618b3e8001d24f2 /t | |
parent | b6b5ffc158a8fe35e5848f9bd7b65661df423db8 (diff) | |
download | urpmi-a8a6449e6596f950f2f4ebd6a45ce19be37a1b78.tar urpmi-a8a6449e6596f950f2f4ebd6a45ce19be37a1b78.tar.gz urpmi-a8a6449e6596f950f2f4ebd6a45ce19be37a1b78.tar.bz2 urpmi-a8a6449e6596f950f2f4ebd6a45ce19be37a1b78.tar.xz urpmi-a8a6449e6596f950f2f4ebd6a45ce19be37a1b78.zip |
silent a 4years+ old warning when running testsuite
option --src is deprecated by --buildrequires since commit r233081
by pixel on Fri Jan 18 2008...
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 |