awk: fix testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -410,7 +410,7 @@ testing "awk printf('%c') can output NUL" \
|
|||||||
"awk '{printf(\"hello%c null\n\", 0)}'" "hello\0 null\n" "" "\n"
|
"awk '{printf(\"hello%c null\n\", 0)}'" "hello\0 null\n" "" "\n"
|
||||||
SKIP=
|
SKIP=
|
||||||
|
|
||||||
optional FEATURE_AWK_GNU_EXTENSIONS
|
optional FEATURE_AWK_GNU_EXTENSIONS DESKTOP
|
||||||
testing "awk printf('%-10c') can output NUL" \
|
testing "awk printf('%-10c') can output NUL" \
|
||||||
"awk 'BEGIN { printf \"[%-10c]\n\", 0 }' | od -tx1" "\
|
"awk 'BEGIN { printf \"[%-10c]\n\", 0 }' | od -tx1" "\
|
||||||
0000000 5b 00 20 20 20 20 20 20 20 20 20 5d 0a
|
0000000 5b 00 20 20 20 20 20 20 20 20 20 5d 0a
|
||||||
|
Reference in New Issue
Block a user