diff options
author | Sebastian Lackner | 2019-01-14 02:49:11 +0100 |
---|---|---|
committer | rfjakob | 2019-01-14 21:27:28 +0100 |
commit | 92110628ee5f48b0106b32090854fcc61d6bca20 (patch) | |
tree | 9469e338a693fb56beea79c961d367771f13346c /internal/syscallcompat/emulate_test.go | |
parent | 0345cc08307c01da635ea5546952a584480c9a93 (diff) |
syscallcompat: Drop Fchownat emulation on macOS.
Diffstat (limited to 'internal/syscallcompat/emulate_test.go')
-rw-r--r-- | internal/syscallcompat/emulate_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/syscallcompat/emulate_test.go b/internal/syscallcompat/emulate_test.go index 3f23d91..6fe5f3e 100644 --- a/internal/syscallcompat/emulate_test.go +++ b/internal/syscallcompat/emulate_test.go @@ -29,10 +29,6 @@ func TestEmulateMknodat(t *testing.T) { } } -func TestEmulateFchownat(t *testing.T) { - t.Skipf("TODO") -} - // symlinkCheckMode looks if the mode bits in "st" say that this is a symlink. // Calls t.Fatal() if not. func symlinkCheckMode(t *testing.T, st syscall.Stat_t) { |