diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-04-27 14:40:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-04-27 14:40:23 +0000 |
commit | 08aac421fa9e710c3bf324dcf6c6d753e27a9d09 (patch) | |
tree | 6a571a1b779559948d9e496aa8bcf74ed0ca5b4d /tests | |
parent | note that which() does not handle PATH="/foo::/bar" correctly (diff) | |
download | pax-utils-08aac421fa9e710c3bf324dcf6c6d753e27a9d09.tar.gz pax-utils-08aac421fa9e710c3bf324dcf6c6d753e27a9d09.tar.bz2 pax-utils-08aac421fa9e710c3bf324dcf6c6d753e27a9d09.zip |
drop features.h and such from elf.h again as we do not use it and it breaks no non-GNU systems #507470 by Yuta SATOH
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/source/dotest | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/source/dotest b/tests/source/dotest index bb0f664..241c021 100755 --- a/tests/source/dotest +++ b/tests/source/dotest @@ -109,6 +109,15 @@ testit src.space # +# Make sure we don't keep re-importing stuff into elf.h that +# breaks non-GNU systems. #507470 +# +grep -E "features.h|_DECLS" "${top_srcdir}"/elf.h > src.elf.h +testit src.elf.h + + + +# # Python checks # if pyflakes </dev/null 2>/dev/null; then |