We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449a0ca commit 1e489aaCopy full SHA for 1e489aa
smartctl_test.go
@@ -29,7 +29,6 @@ func TestBuildDeviceLabel(t *testing.T) {
29
// Some cases extracted from smartctl docs. Are these the prettiest?
30
// Probably not. Are they unique enough. Definitely.
31
{"/dev/sg1", "cciss,1", "sg1_cciss_1"},
32
- {"/dev/sda", "cciss,0", "sda_cciss_0"},
33
{"/dev/bsg/sssraid0", "sssraid,0,1", "bsg_sssraid0_sssraid_0_1"},
34
{"/dev/cciss/c0d0", "cciss,0", "cciss_c0d0_cciss_0"},
35
{"/dev/sdb", "aacraid,1,0,4", "sdb_aacraid_1_0_4"},
0 commit comments