From: Jim Meyering Date: Sat, 6 May 2006 14:23:31 +0000 (+0000) Subject: Work even on case-insensitive file system. X-Git-Tag: v6.0~437 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29f7820bba35f2a8960577de53862e8cab9f6f53;p=thirdparty%2Fcoreutils.git Work even on case-insensitive file system. --- diff --git a/tests/mv/leak-fd b/tests/mv/leak-fd index 922a6579f0..6e6e405db2 100755 --- a/tests/mv/leak-fd +++ b/tests/mv/leak-fd @@ -32,7 +32,7 @@ cd $tmp || framework_failure=1 b="0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z -A B C D E F G H I J K L M N O P Q R S T U V W X Y Z" +_A _B _C _D _E _F _G _H _I _J _K _L _M _N _O _P _Q _R _S _T _U _V _W _X _Y _Z" for i in `echo $b`; do echo $i @@ -54,7 +54,7 @@ fi fail=0 mv * $other_partition_tmpdir || fail=1 -test -f ZZ/f && fail=1 +test -f $last_file/f && fail=1 rm .dirs ls -A > ../out || fail=1