From dffaa61ded206d620a0db88231e56aece56b8422 Mon Sep 17 00:00:00 2001 From: Olaf Faaland Date: Fri, 3 Feb 2017 13:42:49 -0800 Subject: [PATCH] Add tmpfile_003_pos to .gitignore Earlier commit added a test that created tmpfile_003_pos, but did not add it to the appropriate .gitignore. ace1eae Add support for O_TMPFILE Fix the omission. Reviewed-by: Brian Behlendorf Reviewed-by: George Melikov Reviewed-by: Giuseppe Di Natale Signed-off-by: Olaf Faaland Closes #5735 --- tests/zfs-tests/tests/functional/tmpfile/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/zfs-tests/tests/functional/tmpfile/.gitignore b/tests/zfs-tests/tests/functional/tmpfile/.gitignore index 5911581549..b7a19481ad 100644 --- a/tests/zfs-tests/tests/functional/tmpfile/.gitignore +++ b/tests/zfs-tests/tests/functional/tmpfile/.gitignore @@ -1,3 +1,4 @@ /tmpfile_test /tmpfile_001_pos /tmpfile_002_pos +/tmpfile_003_pos