]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: skip generic/192 if noatime is set
authorDavid Sterba <dsterba@suse.cz>
Wed, 3 Jul 2013 14:00:05 +0000 (16:00 +0200)
committerBen Myers <bpm@sgi.com>
Fri, 19 Jul 2013 20:50:09 +0000 (15:50 -0500)
commit31955a27b5934c2f070fd65ed97211a7148efa21
tree8b7bb85cc97ccd66bb6728a86d6fbc2069e79dc4
parent74bcf51c066e498a147ab5902e377efa59224dd3
xfstests: skip generic/192 if noatime is set

Test generic/192 fails if noatime is set

generic/192
    -delta1 - access time after sleep in-core: 40
    -delta2 - access time after sleep on-disk: 40
    +delta1 - access time after sleep in-core: 0
    +delta2 - access time after sleep on-disk: 0

but it's pointless to test atime effects with noatime.

Signed-off-by: David Sterba <dsterba@suse.cz>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
tests/generic/192