summaryrefslogtreecommitdiff
path: root/test/documentation
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-03 11:31:10 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-03 11:31:10 +0200
commit7b57a01988f1a0f77b66ac69fdb5fb03c4aff60f (patch)
tree8325f11f71e41282b700f46a38422bfb87f14574 /test/documentation
parentfbbb2216fc201b9f7a8dc821925203ce7672d27d (diff)
Made tests less spammy
Diffstat (limited to 'test/documentation')
-rw-r--r--test/documentation5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/documentation b/test/documentation
index 61bffa0..08246dc 100644
--- a/test/documentation
+++ b/test/documentation
@@ -1,7 +1,4 @@
## vim:ft=zsh
-alias podchecker='podchecker -warnings -warnings'
echo "# Documentation"
podchecker bin/checklinks
-for file in man/*/*; {
- podchecker $file
-}
+podchecker -warnings -warnings man/*/*