File: 0005-skip-privileged-test-fs_test.go.patch

package info (click to toggle)
runc 1.0.3%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,836 kB
  • sloc: sh: 1,571; ansic: 1,236; makefile: 136
file content (18 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Shengjing Zhu <zhsj@debian.org>
Date: Sat, 23 Jan 2021 22:27:54 +0800
Subject: skip privileged test: fs_test.go

---
 libcontainer/cgroups/fs/fs_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcontainer/cgroups/fs/fs_test.go b/libcontainer/cgroups/fs/fs_test.go
index 1d16ca5..c573750 100644
--- a/libcontainer/cgroups/fs/fs_test.go
+++ b/libcontainer/cgroups/fs/fs_test.go
@@ -1,4 +1,4 @@
-// +build linux
+// +build ignore
 
 package fs