We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b54ce commit b18ab2eCopy full SHA for b18ab2e
bib/cmd/bootc-image-builder/export_test.go
@@ -6,11 +6,10 @@ import (
6
)
7
8
var (
9
- CanChownInPath = canChownInPath
10
- GetDistroAndRunner = getDistroAndRunner
11
- CreateRand = createRand
12
- BuildCobraCmdline = buildCobraCmdline
13
- HandleAWSFlags = handleAWSFlags
+ CanChownInPath = canChownInPath
+ CreateRand = createRand
+ BuildCobraCmdline = buildCobraCmdline
+ HandleAWSFlags = handleAWSFlags
14
15
16
func MockOsGetuid(new func() int) (restore func()) {
bib/cmd/bootc-image-builder/image_test.go
0 commit comments