Hi,

On MacOS X 10.3.9, in a German locale, 3 tests fail because they compare a
localized error message with an expected result in English. Here is a fix.

2006-12-28  Bruno Haible  <[EMAIL PROTECTED]>

        * tests/chown/deref: Source lang-default.
        * tests/misc/split-a: Likewise.
        * tests/mv/reply-no: Likewise.

*** coreutils-6.7.orig/tests/chown/deref        Sun Oct 22 19:12:57 2006
--- coreutils-6.7/tests/chown/deref     Thu Dec 28 22:59:35 2006
***************
*** 25,30 ****
--- 25,31 ----
  fi
  
  . $srcdir/../envvar-check
+ . $srcdir/../lang-default
  
  pwd=`pwd`
  t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
*** coreutils-6.7.orig/tests/misc/split-a       Sun Oct 22 19:12:58 2006
--- coreutils-6.7/tests/misc/split-a    Fri Dec 29 03:24:01 2006
***************
*** 23,28 ****
--- 23,30 ----
    split --version
  fi
  
+ . $srcdir/../lang-default
+ 
  pwd=`pwd`
  tmp=split-a.$$
  trap 'status=$?; cd "$pwd" && rm -rf $tmp && exit $status' 0
diff -r -c3 coreutils-6.7.orig/tests/mv/reply-no coreutils-6.7/tests/mv/reply-no
*** coreutils-6.7.orig/tests/mv/reply-no        Tue Oct 24 15:30:02 2006
--- coreutils-6.7/tests/mv/reply-no     Fri Dec 29 03:25:38 2006
***************
*** 23,28 ****
--- 23,30 ----
    mv --version
  fi
  
+ . $srcdir/../lang-default
+ 
  pwd=`pwd`
  t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
  trap 'status=$?; cd "$pwd" && chmod -R u+rwx $t0 && rm -rf $t0 && exit 
$status' 0


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to