[945] branches/PR-9297813/testing/darwinup/run-tests.sh
Revision: 945 http://trac.macosforge.org/projects/darwinbuild/changeset/945 Author: wsiegrist@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
participants (1)
-
source_changes@macosforge.org