aboutsummaryrefslogtreecommitdiff
path: root/test_pbuilder-satisfydepends-funcs
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-01-04 23:55:50 +0100
committerLoïc Minier <lool@dooz.org>2010-01-04 23:55:50 +0100
commit382834391ba82f745024a2cdbb66cf8edfbfd12d (patch)
tree055fff9d101e21ab53cad9ec0adb567673fcb7e0 /test_pbuilder-satisfydepends-funcs
parent61754016baf1b8f4e86ccb3a49da335b7594e07e (diff)
downloadpbuilder-382834391ba82f745024a2cdbb66cf8edfbfd12d.tar
pbuilder-382834391ba82f745024a2cdbb66cf8edfbfd12d.tar.gz
Normalize output of get_build_deps(), _conflicts()
Diffstat (limited to 'test_pbuilder-satisfydepends-funcs')
-rwxr-xr-xtest_pbuilder-satisfydepends-funcs3
1 files changed, 1 insertions, 2 deletions
diff --git a/test_pbuilder-satisfydepends-funcs b/test_pbuilder-satisfydepends-funcs
index 479c1ff..0552ec2 100755
--- a/test_pbuilder-satisfydepends-funcs
+++ b/test_pbuilder-satisfydepends-funcs
@@ -45,8 +45,7 @@ trap cleanup sigpipe sighup exit
# TODO move to build dir
DEBIAN_CONTROL="$(tempfile)"
-expect_output "autotools-dev (>= 1.2), debhelper, quilt (<< 12:0), libwxgtk2.8-dev
-test, test1, test2, test3 | test4, test5" \
+expect_output "autotools-dev (>= 1.2), debhelper, quilt (<< 12:0), libwxgtk2.8-dev, test, test1, test2, test3 | test4, test5" \
test_get_build_deps "no"
expect_output "autotools-dev (>= 1.2), debhelper, quilt (<< 12:0), libwxgtk2.8-dev" \
test_get_build_deps "yes"