mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-14 03:12:10 +02:00
Avoid spurious test failures on MacOS X 10.3.9, in a German locale.
* tests/chown/deref: Apply lang-default. * tests/misc/split-a: Likewise. * tests/mv/reply-no: Likewise. Signed-off-by: Jim Meyering <jim@meyering.net>
This commit is contained in:
committed by
Jim Meyering
parent
8563b4c051
commit
f28e07f81d
@@ -1,5 +1,10 @@
|
||||
2007-01-03 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Avoid spurious test failures on MacOS X 10.3.9, in a German locale.
|
||||
* tests/chown/deref: Apply lang-default.
|
||||
* tests/misc/split-a: Likewise.
|
||||
* tests/mv/reply-no: Likewise.
|
||||
|
||||
* src/copy.c (copy_internal): Use mkfifo as a fallback if mknod fails.
|
||||
Needed on MacOS X.
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ if test "$VERBOSE" = yes; then
|
||||
fi
|
||||
|
||||
. $srcdir/../envvar-check
|
||||
. $srcdir/../lang-default
|
||||
|
||||
pwd=`pwd`
|
||||
t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
|
||||
|
||||
@@ -23,6 +23,8 @@ if test "$VERBOSE" = yes; then
|
||||
split --version
|
||||
fi
|
||||
|
||||
. $srcdir/../lang-default
|
||||
|
||||
pwd=`pwd`
|
||||
tmp=split-a.$$
|
||||
trap 'status=$?; cd "$pwd" && rm -rf $tmp && exit $status' 0
|
||||
|
||||
@@ -23,6 +23,8 @@ if test "$VERBOSE" = yes; then
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user