diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unit/unit1395.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/unit/unit1395.c b/tests/unit/unit1395.c index 0fdf147d9..b27ba06b6 100644 --- a/tests/unit/unit1395.c +++ b/tests/unit/unit1395.c @@ -44,7 +44,7 @@ UNITTEST_START    unsigned int i;    int fails=0; -  struct dotdot pairs[] = { +  const struct dotdot pairs[] = {      { "/a/b/c/./../../g", "/a/g" },      { "mid/content=5/../6", "mid/6" },      { "/hello/../moo", "/moo" }, | 
