summaryrefslogtreecommitdiffstats
path: root/tests/gnu/regextype_emacs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gnu/regextype_emacs.sh')
-rw-r--r--tests/gnu/regextype_emacs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gnu/regextype_emacs.sh b/tests/gnu/regextype_emacs.sh
index 3cc388c..164d17a 100644
--- a/tests/gnu/regextype_emacs.sh
+++ b/tests/gnu/regextype_emacs.sh
@@ -1,3 +1,3 @@
invoke_bfs -regextype emacs -quit || skip
-bfs_diff basic -regextype emacs -regex '.*/\(f+o?o?\|bar\)'
+bfs_diff basic -regextype emacs -regex '.*/\(?:f+o?o?\|bar\)'