mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 10:21:20 -05:00
11 lines
133 B
Go
11 lines
133 B
Go
|
|
package chroot
|
||
|
|
|
||
|
|
import "testing"
|
||
|
|
|
||
|
|
func TestDevicePrefixMatch(t *testing.T) {
|
||
|
|
/*
|
||
|
|
if devicePrefixMatch("nvme0n1") != "" {
|
||
|
|
}
|
||
|
|
*/
|
||
|
|
}
|