Unify testutil.Unmount on Windows and Unix

Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
This commit is contained in:
Paul "TBBle" Hampson
2020-12-13 20:51:13 +11:00
committed by Gabriel Adrian Samfira
parent 474a257b16
commit 84cc3e496b
4 changed files with 12 additions and 14 deletions

View File

@@ -1,4 +1,5 @@
//go:build !linux && !windows
//go:build !linux
// +build !linux
/*
Copyright The containerd Authors.