diff options
| author | John Levon <john.levon@joyent.com> | 2019-11-04 18:29:08 +0000 |
|---|---|---|
| committer | John Levon <john.levon@joyent.com> | 2019-11-05 15:21:41 +0000 |
| commit | 05bd46fa226d5e91dcaab265c1e695e2faf54473 (patch) | |
| tree | adb7066638ec49ea814b9a004138d81a21fac7c5 | |
| parent | 87d7b64204c06f7d85b6dfec442ff0aba82efe9a (diff) | |
| download | illumos-joyent-05bd46fa226d5e91dcaab265c1e695e2faf54473.tar.gz | |
11919 date_test needs to set LC_TIME
Reviewed by: Paul Winder <paul@winders.demon.co.uk>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
| -rw-r--r-- | usr/src/test/util-tests/tests/date/date_test.ksh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/test/util-tests/tests/date/date_test.ksh b/usr/src/test/util-tests/tests/date/date_test.ksh index dc410ef40a..2cabc2848e 100644 --- a/usr/src/test/util-tests/tests/date/date_test.ksh +++ b/usr/src/test/util-tests/tests/date/date_test.ksh @@ -11,18 +11,14 @@ # # -# Copyright (c) 2017, Joyent, Inc. +# Copyright 2019 Joyent, Inc. # # # Basic tests of date -r. # -# -# Make sure that we're executing in the C locale and that a given user's -# locale doesn't impact this test. -# -export LANG=C +export LC_ALL=C date_arg0="$(basename $0)" date_prog=/usr/bin/date |
