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:
parent
e220445265
commit
32cff97b24
6 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue