Imported Upstream version 4.5.14
[platform/upstream/findutils.git] / find / testsuite / find.gnu / posix-h.exp
index 4023b25..0ecbabe 100644 (file)
@@ -6,8 +6,8 @@ exec mkdir tmp
 exec ln -s /etc/passwd  tmp/LINK
 exec ln -s /NOSUCHFILE  tmp/BROKEN
 
-# If the file is not on the command line, the link is not 
+# If the file is not on the command line, the link is not
 # dereferenced, and so tmp/LINK should appear at depth 1
-# but as type "l".  tmp itself appears first at depth 0 as 
+# but as type "l".  tmp itself appears first at depth 0 as
 # a directory.
 find_start p { -H tmp/LINK tmp/BROKEN tmp -printf "H1: %y %d %p\n" }