Reduce the number of bootenv vars
This commit is contained in:
12
clitools/pkg/node/uboot/bootcmd_test.go
Normal file
12
clitools/pkg/node/uboot/bootcmd_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package uboot
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestBootCmd(_ *testing.T) {
|
||||
|
||||
cfg := BootEnvConfig{}
|
||||
fmt.Println(cfg.bootCmdOrDefault())
|
||||
}
|
||||
Reference in New Issue
Block a user