summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/init.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.cfg b/tests/init.cfg
index 1fb25f53..75a94941 100644
--- a/tests/init.cfg
+++ b/tests/init.cfg
@@ -160,5 +160,5 @@ or use the shortcut target of the toplevel Makefile,
hex_printf_()
{
printf $(printf '\\%o' \
- $(printf %s "$1"|sed 's,\\x\([0-9a-fA-f][0-9a-fA-f]\), 0x\1,g'))
+ $(printf %s "$1"|sed 's,\\x\([0-9a-fA-F][0-9a-fA-F]\), 0x\1,g'))
}