summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2023-04-30 02:55:16 -0700
committerJim Meyering <meyering@meta.com>2023-04-30 02:55:16 -0700
commit2ea921979769dc49865931f82f5e1d75b957ee83 (patch)
tree7080df843ff3bdf60cfa6677836838c4ca1e363b
parentc84a19200048f4ddeb6b5040d4d8c6ea7db4cfe2 (diff)
downloadgrep-2ea921979769dc49865931f82f5e1d75b957ee83.tar.gz
tests: temporarily omit gnulib's strtoll and strtoull tests
* bootstrap.conf (avoided_gnulib_modules): Omit strtoll and strtoull tests, because the edge-case 0[bx] tests fail on recent systems.
-rw-r--r--bootstrap.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index ec48c374..b03d5d23 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -19,6 +19,8 @@ avoided_gnulib_modules='
--avoid=lock-tests
--avoid=mbrtowc-tests
--avoid=update-copyright-tests
+ --avoid=strtoll-tests
+ --avoid=strtoull-tests
'
# gnulib modules used by this package.