LC_ALL=C to avoid funny chars from gcc

This commit is contained in:
Johan Holmberg
2017-06-28 17:54:21 +02:00
parent 30be1a4460
commit 067c806593

View File

@ -23,6 +23,8 @@
# Example of testing GCC command line interface using "cmdtest".
#
ENV['LC_ALL'] = 'C'
class CMDTEST_gcc < Cmdtest::Testcase
def gcc