diff options
author | Jim Meyering <jim@meyering.net> | 2007-09-16 01:06:16 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-09-16 01:06:16 +0200 |
commit | 57c4cb5d88d5a7aa3e1ef2897bc76282295994d4 (patch) | |
tree | 1018c15d75ef4d6f981c0259aec52974d1fa7519 /tests/rm/v-slash | |
parent | d96a863cf5131c71a19ab88c683c7251de22b598 (diff) | |
download | coreutils-57c4cb5d88d5a7aa3e1ef2897bc76282295994d4.tar.xz |
* tests/rm/v-slash: Avoid test failure with non-C locale.
Reported by Michael Stone.
Diffstat (limited to 'tests/rm/v-slash')
-rwxr-xr-x | tests/rm/v-slash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rm/v-slash b/tests/rm/v-slash index 7e1fb3d47..2f26c03b4 100755 --- a/tests/rm/v-slash +++ b/tests/rm/v-slash @@ -21,6 +21,7 @@ if test "$VERBOSE" = yes; then rm --version fi +. $srcdir/../lang-default . $srcdir/../test-lib.sh mkdir a || framework_failure |