Skip to content

Commit

Permalink
Suppress version info on both new and old versions now.
Browse files Browse the repository at this point in the history
  • Loading branch information
nygard committed Feb 20, 2007
1 parent cf6f1d7 commit 540c0f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/doTests
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ mkdir $TESTDIR $TESTDIR_OLD $TESTDIR_NEW

foreach i (/System/Library/Frameworks/*.framework /System/Library/PrivateFrameworks/*.framework) do
echo $i `basename $i .framework`
$OLD_CD -s $i >& "$TESTDIR_OLD/`basename $i .framework`-framework.txt"
$OLD_CD -s -t $i >& "$TESTDIR_OLD/`basename $i .framework`-framework.txt"
$NEW_CD -s -t $i >& "$TESTDIR_NEW/`basename $i .framework`-framework.txt"
done

foreach i (/Applications/*.app /Applications/Utilities/*.app) do
echo $i `basename $i .app`
$OLD_CD -s $i >& "$TESTDIR_OLD/`basename $i .app`-app.txt"
$OLD_CD -s -t $i >& "$TESTDIR_OLD/`basename $i .app`-app.txt"
$NEW_CD -s -t $i >& "$TESTDIR_NEW/`basename $i .app`-app.txt"
done

0 comments on commit 540c0f5

Please sign in to comment.