Imported Upstream version 4.5.14
[platform/upstream/findutils.git] / find / testsuite / find.gnu / execdir-root-only.exp
index a957e7e..c57fd31 100644 (file)
@@ -1,17 +1,17 @@
 # Bug report by Bas van Gompel:
-# 
+#
 # This appears to work well. However when the rootdir is passed,
 # something looks fishy:
-# 
+#
 # find / -mindepth 0 -maxdepth 0 -execdir echo {} \;
 # .//
-# 
+#
 # I also spotted, when `+' is used:
-# 
+#
 # find / -mindepth 0 -maxdepth 0 -execdir echo == {} +
 # ==
 # == .//
-# 
+#
 # (Notice the first line of output, which should not be there.)