diff options
author | Anssi Hannula <anssi@mandriva.org> | 2009-07-09 20:38:05 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2009-07-09 20:38:05 +0000 |
commit | c9290e715bc157cbaff8b9efcd5fed45d3e131f3 (patch) | |
tree | 1592b28448f349ee79d5bd1c3337cf75d12b3d3a /t | |
parent | 3d3276c9f032c21ed884550e01d2b23788397fc4 (diff) | |
download | urpmi-c9290e715bc157cbaff8b9efcd5fed45d3e131f3.tar urpmi-c9290e715bc157cbaff8b9efcd5fed45d3e131f3.tar.gz urpmi-c9290e715bc157cbaff8b9efcd5fed45d3e131f3.tar.bz2 urpmi-c9290e715bc157cbaff8b9efcd5fed45d3e131f3.tar.xz urpmi-c9290e715bc157cbaff8b9efcd5fed45d3e131f3.zip |
add testcase for bug #52169 into srpm-bootstrapping.t (disabled until fixed)
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); |