test(build): update userspace unit test.
This commit is contained in:
parent
6cd01064ae
commit
960135e593
1 changed files with 2 additions and 8 deletions
|
|
@ -228,14 +228,8 @@ func TestBuilder_Apply(t *testing.T) {
|
||||||
|
|
||||||
include if exists <local/foo>
|
include if exists <local/foo>
|
||||||
}`,
|
}`,
|
||||||
want: `
|
want: "",
|
||||||
profile foo /usr/bin/foo {
|
wantErr: true,
|
||||||
include <abstractions/base>
|
|
||||||
|
|
||||||
/usr/bin/foo mr,
|
|
||||||
|
|
||||||
include if exists <local/foo>
|
|
||||||
}`,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
for _, tt := range tests {
|
for _, tt := range tests {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue