--- coreutils-5.97/tests/rm/fail-eperm.test 2006-09-28 13:22:34.000000000 +0100 +++ coreutils-5.97/tests/rm/fail-eperm 2006-09-28 13:24:22.000000000 +0100 @@ -65,6 +65,9 @@ -l $target_file || -o _ || -d _ || -w _ and next; + # Skip files with spaces in their names. + next if $target_file =~ / /; + $found_file = 1; # Invoke rm on this file and ensure that we get the