mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
Merge remote-tracking branch 'mvo5-private/release-2.54.3'
Signed-off-by: Ian Johnson <ian.johnson@canonical.com>
This commit is contained in:
@@ -175,7 +175,7 @@ fi`)
|
||||
c.Check(s.snapSeccomp.Calls(), HasLen, 0)
|
||||
// ensure the snap-seccomp from the core snap was used instead
|
||||
c.Check(snapSeccompOnCore.Calls(), DeepEquals, [][]string{
|
||||
{"snap-seccomp", "version-info"},
|
||||
{"snap-seccomp", "version-info"}, // from Initialize()
|
||||
{"snap-seccomp", "compile", profile + ".src", profile + ".bin"},
|
||||
})
|
||||
raw, err := ioutil.ReadFile(profile + ".src")
|
||||
|
||||
Reference in New Issue
Block a user