From: Richard Jones Date: Wed, 29 Jul 2009 17:46:55 +0000 (+0100) Subject: tests: Use squashfs for static data where possible. X-Git-Tag: 1.0.66~61 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=7c4f90ddb8378dcf90cb0cc219105dccaa8a9d6e;hp=7c4f90ddb8378dcf90cb0cc219105dccaa8a9d6e;p=libguestfs.git tests: Use squashfs for static data where possible. Instead of creating a new InitBasicFS for just about every test, where a test doesn't need to write to the filesystem it is far faster to use prepared data on an InitSquashFS instead. This commit changes as many tests as possible to make this so, making the tests much faster. ---