diff options
author | Didier Raboud <odyx@debian.org> | 2012-10-25 20:55:15 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2012-10-25 20:55:15 +0200 |
commit | f827e757bcd2a279f2efc553003120a17ae07f54 (patch) | |
tree | de7e649fd08bc70789a0e8603a5d3e004d0d3ce6 /test | |
parent | 3110980a1c47466ca52fdf23835a9774786311d6 (diff) | |
download | cups-f827e757bcd2a279f2efc553003120a17ae07f54.tar.gz |
Imported Upstream version 1.4.7upstream/1.4.7
Diffstat (limited to 'test')
-rwxr-xr-x | test/run-stp-tests.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index 3054c951..b0667f5e 100755 --- a/test/run-stp-tests.sh +++ b/test/run-stp-tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# "$Id: run-stp-tests.sh 9423 2011-01-06 22:21:05Z mike $" +# "$Id: run-stp-tests.sh 9445 2011-01-08 00:03:51Z mike $" # # Perform the complete set of IPP compliance tests specified in the # CUPS Software Test Plan. @@ -463,6 +463,9 @@ export HOME LANG=C export LANG +LC_MESSAGES=C +export LC_MESSAGES + # # Start the server; run as foreground daemon in the background... # @@ -862,5 +865,5 @@ if test $fail != 0; then fi # -# End of "$Id: run-stp-tests.sh 9423 2011-01-06 22:21:05Z mike $" +# End of "$Id: run-stp-tests.sh 9445 2011-01-08 00:03:51Z mike $" # |