LC_ALL=C to avoid funny chars from gcc
This commit is contained in:
@ -23,6 +23,8 @@
|
|||||||
# Example of testing GCC command line interface using "cmdtest".
|
# Example of testing GCC command line interface using "cmdtest".
|
||||||
#
|
#
|
||||||
|
|
||||||
|
ENV['LC_ALL'] = 'C'
|
||||||
|
|
||||||
class CMDTEST_gcc < Cmdtest::Testcase
|
class CMDTEST_gcc < Cmdtest::Testcase
|
||||||
|
|
||||||
def gcc
|
def gcc
|
||||||
|
Reference in New Issue
Block a user