Skip to content

Commit 4dd8f8f

Browse files
author
Josh
committed
corrected spelling
Signed-off-by: Josh <[email protected]>
1 parent bd0ecef commit 4dd8f8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smartctl_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ 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"},
3233
{"/dev/bsg/sssraid0", "sssraid,0,1", "bsg_sssraid0_sssraid_0_1"},
3334
{"/dev/cciss/c0d0", "cciss,0", "cciss_c0d0_cciss_0"},
3435
{"/dev/sdb", "aacraid,1,0,4", "sdb_aacraid_1_0_4"},

0 commit comments

Comments
 (0)