github.phpd.cn/hashicorp/packer@v1.3.2/builder/amazon/chroot/device_test.go (about)

     1  package chroot
     2  
     3  import "testing"
     4  
     5  func TestDevicePrefixMatch(t *testing.T) {
     6  	/*
     7  		if devicePrefixMatch("nvme0n1") != "" {
     8  		}
     9  	*/
    10  }