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

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 28 12:50:15 PDT 2010


Revision: 886
          http://trac.macosforge.org/projects/darwinbuild/changeset/886
Author:   wsiegrist at apple.com
Date:     2010-09-28 12:50:13 -0700 (Tue, 28 Sep 2010)
Log Message:
-----------
More testing

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:29:55 UTC (rev 885)
+++ branches/PR-8486662/testing/darwinup/run-tests.sh	2010-09-28 19:50:13 UTC (rev 886)
@@ -96,10 +96,16 @@
 
 echo "========== TEST: Try installing a symlink-to-directory =========="
 ln -s root2 $PREFIX/root_link
+# test without trailing slash
 $DARWINUP install $PREFIX/root_link
-$DARWINUP uninstall $PREFIX/root_link
+$DARWINUP uninstall root_link
 echo "DIFF: diffing original test files to dest (should be no diffs) ..."
 $DIFF $ORIG $DEST 2>&1
+# test with trailing slash
+$DARWINUP install $PREFIX/root_link/
+$DARWINUP uninstall 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;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20100928/9de4e1dd/attachment.html>


More information about the darwinbuild-changes mailing list