bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Test Depends on LC_COLLATE in fileutils-4.0.28


From: Jim Meyering
Subject: Re: Test Depends on LC_COLLATE in fileutils-4.0.28
Date: 29 Oct 2000 08:37:02 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Hi Vin,

Thanks for the report!
Here's a patch that should fix that:

Index: tests/lang-default
===================================================================
RCS file: /fetish/fileutils/tests/lang-default,v
retrieving revision 1.1
diff -u -p -r1.1 lang-default
--- tests/lang-default  2000/10/22 06:43:52     1.1
+++ tests/lang-default  2000/10/29 07:35:19
@@ -5,3 +5,4 @@
 LANGUAGE=''; export LANGUAGE
 LC_ALL=''; export LC_ALL
 LANG=''; export LANG
+LC_COLLATE=''; export LC_COLLATE

Vin Shelton <address@hidden> wrote:

| Jim,
|
| After unpacking fileutils-4.0.28 and building, I get the following
| error from 'make check':
|
| make[3]: Entering directory `/usr/local/build/fileutils-4.0.28/tests/cp'
| PASS: backup-1
| PASS: no-deref-link1
| PASS: no-deref-link2
| PASS: no-deref-link3
| PASS: backup-is-src
| PASS: same-file
| *** cpmvbak-23653/expected      Sat Oct 28 22:14:22 2000
| --- cpmvbak-23653/actual        Sat Oct 28 22:14:22 2000
| ***************
| *** 16,23 ****
|   x y never: x y y~
|   x y y~ none: x y y~
|   x y y~ off: x y y~
| ! x y y~ numbered: x y y.~1~ y~
| ! x y y~ t: x y y.~1~ y~
|   x y y~ existing: x y y~
|   x y y~ nil: x y y~
|   x y y~ simple: x y y~
| --- 16,23 ----
|   x y never: x y y~
|   x y y~ none: x y y~
|   x y y~ off: x y y~
| ! x y y~ numbered: x y y~ y.~1~
| ! x y y~ t: x y y~ y.~1~
|   x y y~ existing: x y y~
|   x y y~ nil: x y y~
|   x y y~ simple: x y y~
...
| FAIL: cp-mv-backup
|
| If I unset LC_COLLATE (which was formerly set to 'en'), the test passes.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]