Files
Packer-Cn/builder/amazon/chroot/device_test.go
T

11 lines
133 B
Go
Raw Normal View History

2018-02-02 20:16:23 -08:00
package chroot
import "testing"
func TestDevicePrefixMatch(t *testing.T) {
/*
if devicePrefixMatch("nvme0n1") != "" {
}
*/
}