Skip to content

Commit f5d0ebd

Browse files
committed
fix
1 parent 685831b commit f5d0ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unicode-testscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ if [ "$(id -u)" = 0 ] && [ -z "${GITHUB_WORKSPACE:-}" ]; then
1414
exit 1
1515
fi
1616

17-
if ! printf '%s\n' | wc -l >/dev/null ; then
18-
printf "\
17+
if ! printf '%s\n' "" | wc -l >/dev/null ; then
18+
printf '%s\n' "\
1919
$0: ERROR: command 'wc' test failed! Do not ignore this!
2020
2121
'wc' can core dump. Example:

0 commit comments

Comments
 (0)