Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2021-08-16 08:37:22 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2021-08-16 08:37:22 +0300
commit8e8cea2a1bc5cf0550f6032abc30593d9a62e58c (patch)
treef8beaddf6138bfdbfd20446ebdc174618a9ac7cb /testsuite
parentd6a7203042a568064ae76cdc2d441e5a399a33c7 (diff)
awk: fix testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/awk.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/awk.tests b/testsuite/awk.tests
index f53b1efe2..dc2ae2e11 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