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:
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