[darwinbuild-changes] [885] branches/PR-8486662/testing/darwinup/run-tests.sh

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 28 12:29:56 PDT 2010


Revision: 885
          http://trac.macosforge.org/projects/darwinbuild/changeset/885
Author:   wsiegrist at apple.com
Date:     2010-09-28 12:29:55 -0700 (Tue, 28 Sep 2010)
Log Message:
-----------
Add test case for 8486662

Modified Paths:
--------------
    branches/PR-8486662/testing/darwinup/run-tests.sh

Modified: branches/PR-8486662/testing/darwinup/run-tests.sh
===================================================================
--- branches/PR-8486662/testing/darwinup/run-tests.sh	2010-09-28 19:15:29 UTC (rev 884)
+++ branches/PR-8486662/testing/darwinup/run-tests.sh	2010-09-28 19:29:55 UTC (rev 885)
@@ -94,6 +94,13 @@
 	done
 fi
 
+echo "========== TEST: Try installing a symlink-to-directory =========="
+ln -s root2 $PREFIX/root_link
+$DARWINUP install $PREFIX/root_link
+$DARWINUP uninstall $PREFIX/root_link
+echo "DIFF: diffing original test files to dest (should be no diffs) ..."
+$DIFF $ORIG $DEST 2>&1
+
 echo "========== TEST: Trying roots one at a time =========="
 for R in $ROOTS;
 do
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20100928/85dc4202/attachment.html>


More information about the darwinbuild-changes mailing list