mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-11 11:37:48 +02:00
tests: don't fail in a non-English locale
* tests/chmod/thru-dangling: Source lang-default. * tests/cp/thru-dangling: Likewise. * tests/misc/printf-surprise: Likewise.
This commit is contained in:
committed by
Jim Meyering
parent
8657cf19e2
commit
37370a584c
@@ -21,6 +21,7 @@ if test "$VERBOSE" = yes; then
|
||||
chmod --version
|
||||
fi
|
||||
|
||||
. $top_srcdir/tests/lang-default
|
||||
. $top_srcdir/tests/test-lib.sh
|
||||
|
||||
ln -s non-existent dangle || framework_failure
|
||||
|
||||
@@ -21,6 +21,7 @@ if test "$VERBOSE" = yes; then
|
||||
cp --version
|
||||
fi
|
||||
|
||||
. $top_srcdir/tests/lang-default
|
||||
. $top_srcdir/tests/test-lib.sh
|
||||
|
||||
ln -s no-such dangle || framework_failure
|
||||
|
||||
@@ -23,6 +23,7 @@ if test "$VERBOSE" = yes; then
|
||||
"$prog" --version
|
||||
fi
|
||||
|
||||
. $top_srcdir/tests/lang-default
|
||||
. $top_srcdir/tests/test-lib.sh
|
||||
require_ulimit_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user