aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-02 04:32:07 -0500
committerMike Frysinger <vapier@gentoo.org>2015-03-02 04:32:07 -0500
commit10c47816af92c613d67bb717286f3f8397d96c43 (patch)
tree19a6903252b18b3844731981eb3a203bdf508c85 /tests/source/dotest
parentscanelf: add more range checks to deal with corrupt elfs (diff)
downloadpax-utils-10c47816af92c613d67bb717286f3f8397d96c43.tar.gz
pax-utils-10c47816af92c613d67bb717286f3f8397d96c43.tar.bz2
pax-utils-10c47816af92c613d67bb717286f3f8397d96c43.zip
migrate to gitv1.0
Diffstat (limited to 'tests/source/dotest')
-rwxr-xr-xtests/source/dotest4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/source/dotest b/tests/source/dotest
index b7b3567..16297e2 100755
--- a/tests/source/dotest
+++ b/tests/source/dotest
@@ -4,7 +4,7 @@
findfiles() {
find "${top_srcdir}" \
- '(' -type d -a '(' -name CVS -o -name .git -o -name autotools ')' -prune ')' \
+ '(' -type d -a '(' -name .git -o -name autotools ')' -prune ')' \
-o '(' '(' -name '*.[ch]' -a ! -name 'config.h' ')' -print0 ')'
}
@@ -12,7 +12,7 @@ findfiles() {
# check for misc common typos
#
find "${top_srcdir}" \
- '(' -type d -a '(' -name CVS -o -name .git -o -name tests ')' -prune ')' \
+ '(' -type d -a '(' -name .git -o -name tests ')' -prune ')' \
-o '(' -type f -a -print0 ')' | xargs -0 \
grep -n -I \
-e '\<compatability\>' \