aboutsummaryrefslogtreecommitdiff
path: root/test_pbuilder-apt-config
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-01-25 16:00:20 +0100
committerLoïc Minier <lool@dooz.org>2010-01-25 16:00:20 +0100
commit05cbe6d5ca5f7c15cbe32f08c7c2cee014790661 (patch)
tree6b63612feeb23c00659c95d8fff2d4dfe8a23274 /test_pbuilder-apt-config
parent9880e5ad0e0ab83060825843c29a969ae82dfe69 (diff)
downloadpbuilder-05cbe6d5ca5f7c15cbe32f08c7c2cee014790661.tar
pbuilder-05cbe6d5ca5f7c15cbe32f08c7c2cee014790661.tar.gz
Use apt-sources command to dump sources
Diffstat (limited to 'test_pbuilder-apt-config')
-rwxr-xr-xtest_pbuilder-apt-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_pbuilder-apt-config b/test_pbuilder-apt-config
index 1978d80..e2bec03 100755
--- a/test_pbuilder-apt-config
+++ b/test_pbuilder-apt-config
@@ -5,7 +5,7 @@ set -e
. ./testlib.sh
run_suite_mode() {
- ./pbuilder-apt-config --with-sources=no --mirror mirror --suite suite --components component "$@"
+ ./pbuilder-apt-config --with-sources=no --mirror mirror --suite suite --components component apt-sources "$@"
}
test_components() {
@@ -34,7 +34,7 @@ strip_mirror() {
test_profile() {
local profile="$1"
- ./pbuilder-apt-config --with-sources=no --profile "$profile" --components comp1 | strip_mirror
+ ./pbuilder-apt-config --with-sources=no --profile "$profile" --components comp1 apt-sources | strip_mirror
}
test_fail() {