From 92110628ee5f48b0106b32090854fcc61d6bca20 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Mon, 14 Jan 2019 02:49:11 +0100 Subject: syscallcompat: Drop Fchownat emulation on macOS. --- internal/syscallcompat/emulate_test.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'internal/syscallcompat/emulate_test.go') 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) { -- cgit v1.2.3