Imported Upstream version 4.5.14
[platform/upstream/findutils.git] / find / testsuite / find.gnu / perm-slash.exp
index a5be0ab..252d91a 100644 (file)
@@ -1,8 +1,8 @@
 # tests for -perm /nnn
 # The slash is a GNU extension
 
-exec rm -rf tmp 
-exec mkdir tmp 
+exec rm -rf tmp
+exec mkdir tmp
 
 ## set up a selection of test files
 foreach perm  { 400 200 555 700 000 050 } {
@@ -10,10 +10,10 @@ foreach perm  { 400 200 555 700 000 050 } {
     exec chmod $perm "tmp/$perm"
 }
 
-# 
+#
 # The -o operator normally has a short-circuit effect,
 # so we have to use "-exec false \;" to make sure that
 # all the parenthesised expression actually fail.
-# 
+#
 find_start p {tmp -mindepth 1 -perm /555 -printf "p/555 %p\n" }
 # exec rm -rf tmp tmp2