Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
2598f794
Commit
2598f794
authored
Feb 24, 2010
by
Alexandre Duret-Lutz
Browse files
* src/sanity/style.test: Better fix for the previous error.
parent
57d5eb3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
2598f794
2010-02-24 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/sanity/style.test: Better fix for the previous error.
2010-02-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Work around a spurious style.test error.
...
...
src/sanity/style.test
View file @
2598f794
...
...
@@ -21,6 +21,13 @@ if (grep --color=auto -n --version)>/dev/null 2>&1; then
export
GREP_COLOR
fi
# Reset the locale, so for instance we don't get bugs because sed is
# expecting utf-8 and we feed him latin-1. The C locale should be OK,
# because we do not treat extended characters specifically in the
# following style rules.
LC_ALL
=
C
export
LC_ALL
tmp
=
incltest
.
tmp
for
dir
in
"${INCDIR-..}"
"${INCDIR-..}"
/../
iface
;
do
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment