From: Kern Sibbald Date: Sun, 1 Jun 2008 20:20:13 +0000 (+0000) Subject: Set LANG to C X-Git-Tag: Release-7.0.0~4501 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dcf4448000d77f894ca0c4d39878eac18bfd06a4;p=bacula%2Fbacula Set LANG to C git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7090 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/experimental-all b/regress/experimental-all index 68c02a8c2d..c23d1305da 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 68a8e1274f..93459f2f07 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 a6a9b8c8ea..473aa2c5df 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 a202c95bc9..bb38bb0ce5 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 766e22da04..c5049808b6 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 f72f00a900..43833cc696 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 7668ea85d8..5493b8d1ac 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 c892852111..6eb0c05f0c 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