[darwinbuild-changes] [945] branches/PR-9297813/testing/darwinup/run-tests.sh

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 18 09:14:01 PDT 2011


Revision: 945
          http://trac.macosforge.org/projects/darwinbuild/changeset/945
Author:   wsiegrist at apple.com
Date:     2011-04-18 09:14:01 -0700 (Mon, 18 Apr 2011)
Log Message:
-----------
Test case for 9297813

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

Modified: branches/PR-9297813/testing/darwinup/run-tests.sh
===================================================================
--- branches/PR-9297813/testing/darwinup/run-tests.sh	2011-04-18 16:13:35 UTC (rev 944)
+++ branches/PR-9297813/testing/darwinup/run-tests.sh	2011-04-18 16:14:01 UTC (rev 945)
@@ -360,6 +360,16 @@
 echo "DIFF: diffing original test files to dest (should be no diffs) ..."
 $DIFF $ORIG $DEST 2>&1
 
+echo "========== TEST: List superseded after forced install ==========" 
+is_file $DEST/rep_file
+$DARWINUP -f install $PREFIX/rep_file_dir
+$DARWINUP -f install $PREFIX/rep_dir_file
+$DARWINUP install $PREFIX/root2
+OUT=$($DARWINUP list superseded 2>&1);
+echo $OUT | grep -qv ERROR
+$DARWINUP uninstall all
+echo "DIFF: diffing original test files to dest (should be no diffs) ..."
+$DIFF $ORIG $DEST 2>&1
 
 echo "========== TEST: Forcing object change: file to directory ==========" 
 is_file $DEST/rep_file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20110418/a77a7077/attachment.html>


More information about the darwinbuild-changes mailing list