diff options
author | Adin Scannell <ascannell@google.com> | 2020-03-03 12:36:37 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-03-03 12:38:00 -0800 |
commit | b3c549d8391e7cadd82a5ab9280bc63bb372aa97 (patch) | |
tree | c0939f23e30bbc1540a4b891073784070e448f28 /test/syscalls/linux/mkdir.cc | |
parent | 43abb24657e737dee1108ff0d512b2e1b6d8a3f6 (diff) |
Move temp_umask to test/util.
PiperOrigin-RevId: 298667595
Diffstat (limited to 'test/syscalls/linux/mkdir.cc')
-rw-r--r-- | test/syscalls/linux/mkdir.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/mkdir.cc b/test/syscalls/linux/mkdir.cc index cf138d328..def4c50a4 100644 --- a/test/syscalls/linux/mkdir.cc +++ b/test/syscalls/linux/mkdir.cc @@ -18,10 +18,10 @@ #include <unistd.h> #include "gtest/gtest.h" -#include "test/syscalls/linux/temp_umask.h" #include "test/util/capability_util.h" #include "test/util/fs_util.h" #include "test/util/temp_path.h" +#include "test/util/temp_umask.h" #include "test/util/test_util.h" namespace gvisor { |