[107929] branches/gsoc13-tests/tests/test/trace/Portfile

cal at macports.org cal at macports.org
Tue Jul 9 09:09:46 PDT 2013


Revision: 107929
          https://trac.macports.org/changeset/107929
Author:   cal at macports.org
Date:     2013-07-09 09:09:46 -0700 (Tue, 09 Jul 2013)
Log Message:
-----------
trace test: add missing whitespace between params of mv and touch

Modified Paths:
--------------
    branches/gsoc13-tests/tests/test/trace/Portfile

Modified: branches/gsoc13-tests/tests/test/trace/Portfile
===================================================================
--- branches/gsoc13-tests/tests/test/trace/Portfile	2013-07-09 15:59:44 UTC (rev 107928)
+++ branches/gsoc13-tests/tests/test/trace/Portfile	2013-07-09 16:09:46 UTC (rev 107929)
@@ -37,8 +37,7 @@
     fails {system "mkdir ../tracetesttmp/mkdir-trace"}
     fails {system "rmdir ../tracetesttmp/rmdir-trace"}
     # renaming should also be prohibited
-    fails {system "mv ../tracetesttmp/rename-trace
-../tracetesttmp/rename-new-trace"}
+    fails {system "mv ../tracetesttmp/rename-trace ../tracetesttmp/rename-new-trace"}
 
     # test access to /tmp
     system "touch /tmp/hello-trace"
@@ -47,8 +46,7 @@
 
     # overwriting DYLD_INSERT_LIBRARIES should not allow escaping the sandbox
     # (due to env restoring)
-    fails {system "DYLD_INSERT_LIBRARIES= touch
-../tracetesttmp/create-trace-modenv"}
+    fails {system "DYLD_INSERT_LIBRARIES= touch ../tracetesttmp/create-trace-modenv"}
 
     # if the directories already exist, mkdir -p should succeed.
     system "mkdir -p /usr/bin"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130709/fa7a1057/attachment-0001.html>


More information about the macports-changes mailing list