summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-05-06 23:18:34 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-05-06 23:25:31 +0300
commitabe9c758009394a09d0cb84cdaae37e5752953f2 (patch)
treefce984bd556c9b57bffddd812570eb9d48e603ee /modules
parentf4b47c930f982b18171125685444194c66ecc139 (diff)
downloadgnulib-abe9c758009394a09d0cb84cdaae37e5752953f2.tar.gz
exclude: Unescape hashed patterns in wildcard mode.
* lib/exclude.c (add_exclude): Unescape the pattern before adding it to the hash list. * tests/test-exclude8.sh: New test case. * modules/exclude-tests: Add new test.
Diffstat (limited to 'modules')
-rw-r--r--modules/exclude-tests4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/exclude-tests b/modules/exclude-tests
index ba265edded..3dd02251ad 100644
--- a/modules/exclude-tests
+++ b/modules/exclude-tests
@@ -7,6 +7,7 @@ tests/test-exclude4.sh
tests/test-exclude5.sh
tests/test-exclude6.sh
tests/test-exclude7.sh
+tests/test-exclude8.sh
Depends-on:
progname
@@ -21,7 +22,8 @@ TESTS += \
test-exclude4.sh\
test-exclude5.sh\
test-exclude6.sh\
- test-exclude7.sh
+ test-exclude7.sh\
+ test-exclude8.sh
check_PROGRAMS += test-exclude
test_exclude_LDADD = $(LDADD) @LIBINTL@