diff options
author | Loïc Minier <lool@dooz.org> | 2010-01-04 23:22:40 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2010-01-04 23:22:40 +0100 |
commit | 17f5763b0863a67d81fa7b8071329cb117ca987e (patch) | |
tree | fc78121909f58b580ee48c1e2f6f347694b68eab /test_pbuilder-satisfydepends-funcs | |
parent | 8bf99ca809fd9287bbe015523e477109185a4119 (diff) | |
download | pbuilder-17f5763b0863a67d81fa7b8071329cb117ca987e.tar pbuilder-17f5763b0863a67d81fa7b8071329cb117ca987e.tar.gz |
test_pbuilder-satisfydepends-funcs: test tabs
Diffstat (limited to 'test_pbuilder-satisfydepends-funcs')
-rwxr-xr-x | test_pbuilder-satisfydepends-funcs | 6 |
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 |