]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
- fix swap sanity tests in blkid, and blkid tests
authorEric Sandeen <sandeen@redhat.com>
Mon, 12 May 2008 18:26:51 +0000 (13:26 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 12 May 2008 20:17:11 +0000 (16:17 -0400)
commit22269b8b60da320b3c27ea8d053f9e2b0fbe2ae2
tree032af954a73b3f6607f1173f5af59d9bb304a283
parentb93cb0664e1e118e2d5f6788152cb876ad3f13bc
- fix swap sanity tests in blkid, and blkid tests

Swap is actually native-endian on disk, and with the latest
swapspace sanity checks I added we need to have native swapspace
examples in the blkid tests, so re-mkswap them during testing.

One one other required change, though; mkswap requires at least
10 pages of swap, so the image needs to be increased to 10x64k
if mkswap is to succeed...

Maybe it'd be better to just dd it out on the fly?

Addresses-redhat-bugzilla: 445786

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/blkid/probe.c
lib/blkid/test_probe.in