From 72c92e17a2f3c89b3e834477a41f97f3a9cfaf9f Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 1 Jun 2008 20:20:13 +0000 Subject: [PATCH] Set LANG to C git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7090 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/experimental-all | 1 + regress/experimental-disk | 1 + regress/experimental-disk-and-tape | 1 + regress/experimental-tape | 1 + regress/nightly-all | 1 + regress/nightly-disk | 1 + regress/nightly-disk-and-tape | 1 + regress/nightly-tape | 1 + 8 files changed, 8 insertions(+) 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 -- 2.39.5