[CalendarServer-changes] [9199] CalendarServer/branches/users/glyph/sharing-api

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 26 17:09:01 PDT 2012


Revision: 9199
          http://trac.macosforge.org/projects/calendarserver/changeset/9199
Author:   glyph at apple.com
Date:     2012-04-26 17:09:00 -0700 (Thu, 26 Apr 2012)
Log Message:
-----------
avoid other temporary/hidden files

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sharing-api/test

Property Changed:
----------------
    CalendarServer/branches/users/glyph/sharing-api/

Modified: CalendarServer/branches/users/glyph/sharing-api/test
===================================================================
--- CalendarServer/branches/users/glyph/sharing-api/test	2012-04-27 00:08:57 UTC (rev 9198)
+++ CalendarServer/branches/users/glyph/sharing-api/test	2012-04-27 00:09:00 UTC (rev 9199)
@@ -96,7 +96,7 @@
 fi;
 
 tmp="$(mktemp "/tmp/calendarserver_test_emtpy.XXXXX")";
-find "${wd}" ! '(' -type d '(' -name .svn -o -name data ')' -prune ')' -type f -size 0 > "${tmp}";
+find "${wd}" '!' '(' -type d '(' -path './.*' -o -name data ')' -prune ')' -type f -size 0 > "${tmp}";
 if [ -s "${tmp}" ]; then
     echo "**** Empty files: ****";
     cat "${tmp}";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120426/63629fa7/attachment.html>


More information about the calendarserver-changes mailing list