diff options
Diffstat (limited to 'test_pbuilder-apt-config')
-rwxr-xr-x | test_pbuilder-apt-config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test_pbuilder-apt-config b/test_pbuilder-apt-config index 48bc63c..3f86bfc 100755 --- a/test_pbuilder-apt-config +++ b/test_pbuilder-apt-config @@ -48,6 +48,9 @@ test_options() { expect_output "deb mirror suite component" run_suite_mode +expect_output "deb http://archive.ubuntu.com/ubuntu/ lucid component" run_suite_mode --mirror "" --suite lucid --arch i386 +expect_output "deb http://ports.ubuntu.com/ubuntu-ports/ lucid component" run_suite_mode --mirror "" --suite lucid --arch armel + expect_output "deb mirror suite comp1 deb mirror suite comp1 comp2 comp3 deb mirror suite comp1 comp2 comp3" test_components |