*: clean t.Skip messages

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
Aleksa Sarai
2021-05-23 17:52:30 +10:00
parent 211aceec3b
commit c7c70ce810
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -470,7 +470,7 @@ func TestDupNamespaces(t *testing.T) {
func TestNonZeroEUIDCompatibleSpecconvValidate(t *testing.T) {
if _, err := os.Stat("/proc/self/ns/user"); os.IsNotExist(err) {
t.Skip("userns is unsupported")
t.Skip("Test requires userns.")
}
spec := Example()