Imported Upstream version 4.5.14
[platform/upstream/findutils.git] / find / testsuite / find.posix / perm-vanilla.exp
index c6b551f..d4b9f78 100644 (file)
@@ -1,6 +1,6 @@
 # tests for -perm
-exec rm -rf tmp 
-exec mkdir tmp 
+exec rm -rf tmp
+exec mkdir tmp
 
 ## set up a selection of test files
 foreach perm  { 400 555 700 } {
@@ -9,10 +9,10 @@ foreach perm  { 400 555 700 } {
 }
 exec ls -l tmp
 
-# 
+#
 # 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/400 tmp/555 tmp/700 \( -perm 400 -exec echo p400 \{\} \; -exec false \; \) -o \( -perm -400 -exec echo p-400 \{\} \; -exec false \; \) }
 # exec rm -rf tmp tmp2