keyword_test: remove unused line

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2022-04-03 22:44:14 -04:00
parent a867d30251
commit f7c1f627aa
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ func TestKeyValRoundtrip(t *testing.T) {
t.Errorf("expected %q; got %q", expected, got)
}
expected = "xattr.security.selinux=farts"
kv1 := KeyVal(got)
kv2 := kv.NewValue("farts")
if !kv2.Equal(kv1) {