]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fadvise: (tests) skip test on tmpfs
authorThomas Weißschuh <thomas@t-8ch.de>
Mon, 17 Apr 2023 03:21:47 +0000 (05:21 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Mon, 17 Apr 2023 07:32:38 +0000 (09:32 +0200)
commitf5ab1de2b40c14d30832b161f275466efa3c8013
tree9c8c94c7e6cad3b4bb7dce8955e361145c57d459
parentb1c68750d9d05b7879eb4da772239a542d454d39
fadvise: (tests) skip test on tmpfs

On tmpfs files are always in RAM, which is reflected in mincore().

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
tests/ts/fadvise/drop