Skip to content

Commit 1e489aa

Browse files
author
Josh
committed
revert
1 parent 449a0ca commit 1e489aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

smartctl_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ func TestBuildDeviceLabel(t *testing.T) {
2929
// Some cases extracted from smartctl docs. Are these the prettiest?
3030
// Probably not. Are they unique enough. Definitely.
3131
{"/dev/sg1", "cciss,1", "sg1_cciss_1"},
32-
{"/dev/sda", "cciss,0", "sda_cciss_0"},
3332
{"/dev/bsg/sssraid0", "sssraid,0,1", "bsg_sssraid0_sssraid_0_1"},
3433
{"/dev/cciss/c0d0", "cciss,0", "cciss_c0d0_cciss_0"},
3534
{"/dev/sdb", "aacraid,1,0,4", "sdb_aacraid_1_0_4"},

0 commit comments

Comments
 (0)