tests: Use squashfs for static data where possible.
authorRichard Jones <rjones@trick.home.annexia.org>
Wed, 29 Jul 2009 17:46:55 +0000 (18:46 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Wed, 29 Jul 2009 19:42:20 +0000 (20:42 +0100)
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.


No differences found