From: Kern Sibbald Date: Sun, 1 Jun 2008 20:24:32 +0000 (+0000) Subject: Set LANG to C X-Git-Tag: Release-2.4.0~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1bafec2f0547cef28421d6d9f919601506f515f9;p=bacula%2Fbacula Set LANG to C git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@7091 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/experimental-all b/regress/experimental-all index a72759be52..0522b52967 100755 --- a/regress/experimental-all +++ b/regress/experimental-all @@ -3,6 +3,7 @@ # test only the disk based regression scripts # # Include full output +LANG=C echo "Begin experimental-all `date`" save_debug=${REGRESS_DEBUG} REGRESS_DEBUG=1 diff --git a/regress/experimental-disk b/regress/experimental-disk index 33b132bfb3..fb91994e97 100755 --- a/regress/experimental-disk +++ b/regress/experimental-disk @@ -3,6 +3,7 @@ # test only the disk based regression scripts # # Include full output +LANG=C echo "Begin experimental-disk `date`" save_debug=${REGRESS_DEBUG} REGRESS_DEBUG=1 diff --git a/regress/experimental-disk-and-tape b/regress/experimental-disk-and-tape index ec45086468..4465d7dbd9 100755 --- a/regress/experimental-disk-and-tape +++ b/regress/experimental-disk-and-tape @@ -3,6 +3,7 @@ # test only the disk based regression scripts # # Include full output +LANG=C echo "Begin experimental-disk-and-tape `date`" save_debug=${REGRESS_DEBUG} REGRESS_DEBUG=1 diff --git a/regress/experimental-tape b/regress/experimental-tape index 5357302e1c..d4369146c8 100755 --- a/regress/experimental-tape +++ b/regress/experimental-tape @@ -3,6 +3,7 @@ # test only the disk based regression scripts # # Include full output +LANG=C echo "Begin experimental-tape `date`" save_debug=${REGRESS_DEBUG} REGRESS_DEBUG=1 diff --git a/regress/nightly-all b/regress/nightly-all index 284d6f5cd4..d946b3297a 100755 --- a/regress/nightly-all +++ b/regress/nightly-all @@ -3,6 +3,7 @@ # run both the disk and the tape based regression tests. # # Include full output +LANG=C echo "Begin nightly-all `date`" save_debug=${REGRESS_DEBUG} REGRESS_DEBUG=1 diff --git a/regress/nightly-disk b/regress/nightly-disk index 8546bca612..0557e6244b 100755 --- a/regress/nightly-disk +++ b/regress/nightly-disk @@ -3,6 +3,7 @@ # test only the disk based regression scripts # # Include full output +LANG=C echo "Begin nightly-disk `date`" save_debug=${REGRESS_DEBUG} REGRESS_DEBUG=1 diff --git a/regress/nightly-disk-and-tape b/regress/nightly-disk-and-tape index 5a1775edc1..39ae3e03a0 100755 --- a/regress/nightly-disk-and-tape +++ b/regress/nightly-disk-and-tape @@ -3,6 +3,7 @@ # test only the disk based regression scripts # # Include full output +LANG=C echo "Begin nightly-disk-and-tape `date`" save_debug=${REGRESS_DEBUG} REGRESS_DEBUG=1 diff --git a/regress/nightly-tape b/regress/nightly-tape index 4d47c048a9..4d42a9c487 100755 --- a/regress/nightly-tape +++ b/regress/nightly-tape @@ -3,6 +3,7 @@ # test only the disk based regression scripts # # Include full output +LANG=C echo "Begin nightly-tape `date`" save_debug=${REGRESS_DEBUG} REGRESS_DEBUG=1