diff options
author | Ryan Moeller <[email protected]> | 2019-10-24 13:49:19 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-10-24 10:49:19 -0700 |
commit | 28f7427ab163887e901708dec5e7e72a6ac2a269 (patch) | |
tree | 5967c42726caaa9848d9d6c8de1adf7e27b57050 /tests/zfs-tests | |
parent | 4c6225b6888d5ea8f812d2f39eb9c2f7d40fb9e7 (diff) |
ZTS: Move tmpfile tests to linux.run
O_TMPFILE is not available on FreeBSD.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #9503
Diffstat (limited to 'tests/zfs-tests')
-rw-r--r-- | tests/zfs-tests/tests/functional/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/functional/Makefile.am b/tests/zfs-tests/tests/functional/Makefile.am index 6c9cb3e04..c8706c407 100644 --- a/tests/zfs-tests/tests/functional/Makefile.am +++ b/tests/zfs-tests/tests/functional/Makefile.am @@ -70,7 +70,6 @@ SUBDIRS = \ sparse \ suid \ threadsappend \ - tmpfile \ trim \ truncate \ upgrade \ @@ -80,3 +79,8 @@ SUBDIRS = \ write_dirs \ xattr \ zvol + +if BUILD_LINUX +SUBDIRS += \ + tmpfile +endif |