diff options
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) { |