(LC_ALL): Set it unconditionally.
authorJim Meyering <jim@meyering.net>
Fri, 19 May 2000 22:37:45 +0000 (22:37 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 19 May 2000 22:37:45 +0000 (22:37 +0000)
tests/ls/time-1

index 294f59f..a7b870d 100755 (executable)
@@ -45,10 +45,9 @@ ln c d || framework_failure=1
 
 # Date output in ls -l is locale-sensitive, so this test fails if the
 # current locale produces a date that doesn't match the embedded value
-# here (Jan 15 23:00:00 1998), which is in the C (POSIX) locale.  Some
-# systems don't handle LC_ALL at all, so we only force it to C if it is
-# already set.
-test ${LC_ALL+set} = set && LC_ALL=C
+# here (Jan 15 23:00:00 1998), which is in the C (POSIX) locale.
+LC_ALL=C
+export LC_ALL
 
 # Before we go any further, verify that touch's -m option works.
 set -- `ls --full -l a`