summary refs log tree commit diff
path: root/posix/testcases.h
diff options
context:
space:
mode:
Diffstat (limited to 'posix/testcases.h')
-rw-r--r--posix/testcases.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/testcases.h b/posix/testcases.h
index d5dce0ae0f..5f3b38921a 100644
--- a/posix/testcases.h
+++ b/posix/testcases.h
@@ -39,7 +39,7 @@
   {0, "a[b-d]", "aac"},
   {0, "a[-b]", "a-"},
   {0, "a[b-]", "a-"},
-  {1, "a[b-a]", "-"},
+  {2, "a[b-a]", "-"},
   {2, "a[]b", "-"},
   {2, "a[", "-"},
   {0, "a]", "a]"},