Skip to content

Commit 55dd089

Browse files
committed
bib: drop tests that moved to "images/pkg/distro/bootc"
1 parent 125d85b commit 55dd089

File tree

3 files changed

+4
-1006
lines changed

3 files changed

+4
-1006
lines changed

bib/cmd/bootc-image-builder/export_test.go

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
package main
22

33
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
4+
CanChownInPath = canChownInPath
5+
GetDistroAndRunner = getDistroAndRunner
6+
CreateRand = createRand
7+
BuildCobraCmdline = buildCobraCmdline
148
)
159

1610
func MockOsGetuid(new func() int) (restore func()) {

0 commit comments

Comments
 (0)