summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-10-25 20:55:15 +0200
committerDidier Raboud <odyx@debian.org>2012-10-25 20:55:15 +0200
commitf827e757bcd2a279f2efc553003120a17ae07f54 (patch)
treede7e649fd08bc70789a0e8603a5d3e004d0d3ce6 /test
parent3110980a1c47466ca52fdf23835a9774786311d6 (diff)
downloadcups-f827e757bcd2a279f2efc553003120a17ae07f54.tar.gz
Imported Upstream version 1.4.7upstream/1.4.7
Diffstat (limited to 'test')
-rwxr-xr-xtest/run-stp-tests.sh7
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 $"
#