From 3234045d07c3fb2a9ef8afd02f821158317adbd3 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 6 Jul 2017 19:29:23 +0200 Subject: hush: "adopt" ash var-utf8-length.tests Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-vars/var-utf8-length.tests | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 shell/hush_test/hush-vars/var-utf8-length.tests (limited to 'shell/hush_test/hush-vars/var-utf8-length.tests') diff --git a/shell/hush_test/hush-vars/var-utf8-length.tests b/shell/hush_test/hush-vars/var-utf8-length.tests new file mode 100755 index 000000000..b6e87f191 --- /dev/null +++ b/shell/hush_test/hush-vars/var-utf8-length.tests @@ -0,0 +1,4 @@ +LANG=en_US.UTF-8 +LC_ALL=en_US.UTF-8 +X=abcdÉfghÍjklmnÓpqrstÚvwcyz +echo ${#X} -- cgit v1.2.3