diff options
author | Loïc Minier <lool@dooz.org> | 2010-01-05 16:30:45 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2010-01-05 16:30:45 +0100 |
commit | 5d3dba6bc84c748906277346c119d116ac56073b (patch) | |
tree | 5a6efa9bb3eaecd8a7e148ea27b779ab7ea4ca86 /test_pbuilder-satisfydepends-classic | |
parent | c143dc085c7fa6da810f5c205086ebcc8f2a9395 (diff) | |
download | pbuilder-5d3dba6bc84c748906277346c119d116ac56073b.tar pbuilder-5d3dba6bc84c748906277346c119d116ac56073b.tar.gz |
Fix get_dep_op_and_ver() output
Fix get_dep_op_and_ver() to not output anything when there is no version
and to deal with spaces between version and closing parenthesis.
Diffstat (limited to 'test_pbuilder-satisfydepends-classic')
-rwxr-xr-x | test_pbuilder-satisfydepends-classic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_pbuilder-satisfydepends-classic b/test_pbuilder-satisfydepends-classic index 021ffbe..c97c3d1 100755 --- a/test_pbuilder-satisfydepends-classic +++ b/test_pbuilder-satisfydepends-classic @@ -97,6 +97,6 @@ expect_output ">= 5.0.0 >= 0.60 >= 0.3.2-0 >= 0.1.7 ->= 0.9.8b-1" get_dep_op_and_ver "`test_split_deps | grep '('`" +>= 0.9.8b-1" get_dep_op_and_ver "`test_split_deps`" testlib_summary |