summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/awk.tests2
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