From 8e8cea2a1bc5cf0550f6032abc30593d9a62e58c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 16 Aug 2021 07:37:22 +0200 Subject: awk: fix testsuite Signed-off-by: Denys Vlasenko --- testsuite/awk.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1