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 125d85b commit 55dd089Copy full SHA for 55dd089
bib/cmd/bootc-image-builder/export_test.go
@@ -1,16 +1,10 @@
1
package main
2
3
var (
4
- CanChownInPath = canChownInPath
5
- CheckFilesystemCustomizations = checkFilesystemCustomizations
6
- GetDistroAndRunner = getDistroAndRunner
7
- CheckMountpoints = checkMountpoints
8
- PartitionTables = partitionTables
9
- UpdateFilesystemSizes = updateFilesystemSizes
10
- GenPartitionTable = genPartitionTable
11
- CreateRand = createRand
12
- BuildCobraCmdline = buildCobraCmdline
13
- CalcRequiredDirectorySizes = calcRequiredDirectorySizes
+ CanChownInPath = canChownInPath
+ GetDistroAndRunner = getDistroAndRunner
+ CreateRand = createRand
+ BuildCobraCmdline = buildCobraCmdline
14
)
15
16
func MockOsGetuid(new func() int) (restore func()) {
0 commit comments