diff options
author | Loïc Minier <lool@dooz.org> | 2010-01-04 12:33:12 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2010-01-04 12:33:12 +0100 |
commit | 6d264b8fe83fabcaf97c8f6f5fe8abfdcae0e06a (patch) | |
tree | 8e0e7bcc6d5a2713c46d1e881e8c05d69cd4f855 /test_pbuilder-satisfydepends-funcs | |
parent | 8b530641d545d072cfaa8fb6d29a6273f5b4aba0 (diff) | |
download | pbuilder-6d264b8fe83fabcaf97c8f6f5fe8abfdcae0e06a.tar pbuilder-6d264b8fe83fabcaf97c8f6f5fe8abfdcae0e06a.tar.gz |
test_pbuilder-satisfydepends-funcs: fix typos
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 564fdd4..26bf94c 100755 --- a/test_pbuilder-satisfydepends-funcs +++ b/test_pbuilder-satisfydepends-funcs @@ -3,7 +3,7 @@ . ./testlib.sh . ./pbuilder-satisfydepends-funcs -# testsuite to test pbuilder-satisfydepends-checkparams. +# testsuite to test pbuilder-satisfydepends-funcs. DEBIAN_CONTROL="" @@ -14,7 +14,7 @@ cleanup() { } test_get_control_re() { - cat <<EOF > "$DEBIAN_CONTROL" + cat <<EOF >"$DEBIAN_CONTROL" Source: amule XXXX: Build-Depends: @@ -29,7 +29,7 @@ Build-Depends-Indep: test, test1, Misc: test Build-Depends: wrong build depends, line -Desctiption: test +Description: test other things wow EOF |