summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c
index 5bf712aa8..66df2fa2e 100644
--- a/src/test.c
+++ b/src/test.c
@@ -855,7 +855,7 @@ main (int margc, char **margv)
}
}
if (margc < 2 || !STREQ (margv[margc - 1], "]"))
- test_syntax_error (_("missing `]'"), NULL);
+ test_syntax_error (_("missing ']'"), NULL);
--margc;
}