aboutsummaryrefslogtreecommitdiff
path: root/test_pbuilder-satisfydepends-funcs
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-01-04 12:33:12 +0100
committerLoïc Minier <lool@dooz.org>2010-01-04 12:33:12 +0100
commit6d264b8fe83fabcaf97c8f6f5fe8abfdcae0e06a (patch)
tree8e0e7bcc6d5a2713c46d1e881e8c05d69cd4f855 /test_pbuilder-satisfydepends-funcs
parent8b530641d545d072cfaa8fb6d29a6273f5b4aba0 (diff)
downloadpbuilder-6d264b8fe83fabcaf97c8f6f5fe8abfdcae0e06a.tar
pbuilder-6d264b8fe83fabcaf97c8f6f5fe8abfdcae0e06a.tar.gz
test_pbuilder-satisfydepends-funcs: fix typos
Diffstat (limited to 'test_pbuilder-satisfydepends-funcs')
-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 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