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 <[EMAIL PROTECTED]> 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.

_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to