diff options
| author | Ondřej Vašík <ovasik@redhat.com> | 2008-04-23 17:24:10 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2008-04-23 20:17:55 +0200 |
| commit | 37370a584cac87c3fb0efaf28de6eba4d38536e5 (patch) | |
| tree | db69b8ebd144c2b06809acf8f41771ec52e8f4b9 /tests | |
| parent | tests: remove now-unused Makefile.am (diff) | |
| download | coreutils-37370a584cac87c3fb0efaf28de6eba4d38536e5.tar.gz coreutils-37370a584cac87c3fb0efaf28de6eba4d38536e5.zip | |
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.
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/chmod/thru-dangling | 1 | ||||
| -rwxr-xr-x | tests/cp/thru-dangling | 1 | ||||
| -rwxr-xr-x | tests/misc/printf-surprise | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/chmod/thru-dangling b/tests/chmod/thru-dangling index 0924b4779..a2807284b 100755 --- a/tests/chmod/thru-dangling +++ b/tests/chmod/thru-dangling @@ -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 diff --git a/tests/cp/thru-dangling b/tests/cp/thru-dangling index aa494c597..1b1145b5a 100755 --- a/tests/cp/thru-dangling +++ b/tests/cp/thru-dangling @@ -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 diff --git a/tests/misc/printf-surprise b/tests/misc/printf-surprise index 905660262..3cc3646d9 100755 --- a/tests/misc/printf-surprise +++ b/tests/misc/printf-surprise @@ -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_ |
