Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions bib/cmd/bootc-image-builder/export_test.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
package main

var (
CanChownInPath = canChownInPath
CheckFilesystemCustomizations = checkFilesystemCustomizations
GetDistroAndRunner = getDistroAndRunner
CheckMountpoints = checkMountpoints
PartitionTables = partitionTables
UpdateFilesystemSizes = updateFilesystemSizes
GenPartitionTable = genPartitionTable
CreateRand = createRand
BuildCobraCmdline = buildCobraCmdline
CalcRequiredDirectorySizes = calcRequiredDirectorySizes
CanChownInPath = canChownInPath
GetDistroAndRunner = getDistroAndRunner
CreateRand = createRand
BuildCobraCmdline = buildCobraCmdline
)

func MockOsGetuid(new func() int) (restore func()) {
Expand Down
Loading
Loading