aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-01-04 23:22:40 +0100
committerLoïc Minier <lool@dooz.org>2010-01-04 23:22:40 +0100
commit17f5763b0863a67d81fa7b8071329cb117ca987e (patch)
treefc78121909f58b580ee48c1e2f6f347694b68eab
parent8bf99ca809fd9287bbe015523e477109185a4119 (diff)
downloadpbuilder-17f5763b0863a67d81fa7b8071329cb117ca987e.tar
pbuilder-17f5763b0863a67d81fa7b8071329cb117ca987e.tar.gz
test_pbuilder-satisfydepends-funcs: test tabs
-rwxr-xr-xtest_pbuilder-satisfydepends-funcs6
1 files changed, 3 insertions, 3 deletions
diff --git a/test_pbuilder-satisfydepends-funcs b/test_pbuilder-satisfydepends-funcs
index 9ce38c7..7bb6d30 100755
--- a/test_pbuilder-satisfydepends-funcs
+++ b/test_pbuilder-satisfydepends-funcs
@@ -23,7 +23,7 @@ Source: amule
XXXX:
Build-Depends:
autotools-dev,
- debhelper,
+ debhelper ,
quilt,
##
libwxgtk2.8-dev
@@ -45,10 +45,10 @@ trap cleanup sigpipe sighup exit
# TODO move to build dir
DEBIAN_CONTROL="$(tempfile)"
-expect_output " autotools-dev, debhelper, quilt, libwxgtk2.8-dev
+expect_output " autotools-dev, debhelper , quilt, libwxgtk2.8-dev
test, test1, test2, test3 | test4, test5" \
test_get_build_deps "no"
-expect_output " autotools-dev, debhelper, quilt, libwxgtk2.8-dev" \
+expect_output " autotools-dev, debhelper , quilt, libwxgtk2.8-dev" \
test_get_build_deps "yes"
testlib_summary