removed temporary verbose output from test.

This commit is contained in:
gardners 2013-02-17 15:10:52 +10:30 committed by Jeremy Lakeman
parent f52214e229
commit 57013c3a03

View File

@ -268,7 +268,6 @@ test_ExtractManifestFileFromExtBlob() {
assert [ -e file1x.manifest ]
assert diff file1.manifest file1x.manifest
assert [ -e file1x ]
tfw_cat file1 file1x
assert diff file1 file1x
}