OSDN Git Service

Fix "make distcheck" failure due to not finding usable partition
authorJim Meyering <jim@meyering.net>
Wed, 30 May 2007 21:19:04 +0000 (23:19 +0200)
committerJim Meyering <jim@meyering.net>
Wed, 30 May 2007 22:27:31 +0000 (00:27 +0200)
commit00918979023b3798fba04e379c13148d18de18f5
treea2a9e77c1842cfb6404ba600d1c47bfd39c496e8
parentba61a9dd4495561bdc827ac8f9108bbdda68fdb8
Fix "make distcheck" failure due to not finding usable partition
* m4/o-direct.m4: Require that read as well as write succeed.
Require that both work with blocks of size 512 as well as 4096.
Reiserfs3 doesn't support 512-byte reads.
Allow the user running the test to specify the first directory
to test via the PARTED_TMPDIR envvar, in case none of the dirs
checked by default is usable.
m4/o-direct.m4