diff options
author | Denys Vlasenko | 2021-08-16 07:37:22 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-08-16 07:37:22 +0200 |
commit | 8e8cea2a1bc5cf0550f6032abc30593d9a62e58c (patch) | |
tree | f8beaddf6138bfdbfd20446ebdc174618a9ac7cb /testsuite/awk.tests | |
parent | d6a7203042a568064ae76cdc2d441e5a399a33c7 (diff) | |
download | busybox-8e8cea2a1bc5cf0550f6032abc30593d9a62e58c.zip busybox-8e8cea2a1bc5cf0550f6032abc30593d9a62e58c.tar.gz |
awk: fix testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/awk.tests')
-rwxr-xr-x | testsuite/awk.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/awk.tests b/testsuite/awk.tests index f53b1ef..dc2ae2e 100755 --- a/testsuite/awk.tests +++ b/testsuite/awk.tests @@ -410,7 +410,7 @@ testing "awk printf('%c') can output NUL" \ "awk '{printf(\"hello%c null\n\", 0)}'" "hello\0 null\n" "" "\n" SKIP= -optional FEATURE_AWK_GNU_EXTENSIONS +optional FEATURE_AWK_GNU_EXTENSIONS DESKTOP testing "awk printf('%-10c') can output NUL" \ "awk 'BEGIN { printf \"[%-10c]\n\", 0 }' | od -tx1" "\ 0000000 5b 00 20 20 20 20 20 20 20 20 20 5d 0a |