1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

tests/*.sh: fix indentation of warnings

This commit is contained in:
Martijn Dekker 2021-02-04 02:19:29 +00:00
parent e220445265
commit 32cff97b24
6 changed files with 8 additions and 8 deletions

View file

@ -741,7 +741,7 @@ Errors=$? # ensure error count survives subshell
(
errmsg=$({ LANG=bad_LOCALE; } 2>&1)
if [[ -z $errmsg ]]
then print -u2 -r "${Command}[$LINENO]: warning: C library does not seem to verify locales: skipping LC_* tests"
then print -u2 "\t${Command}[$LINENO]: warning: C library does not seem to verify locales: skipping LC_* tests"
exit $Errors
fi
x=x