mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-21 16:05:40 +00:00
keyword_test: remove unused line
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
a867d30251
commit
f7c1f627aa
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ func TestKeyValRoundtrip(t *testing.T) {
|
||||||
t.Errorf("expected %q; got %q", expected, got)
|
t.Errorf("expected %q; got %q", expected, got)
|
||||||
}
|
}
|
||||||
|
|
||||||
expected = "xattr.security.selinux=farts"
|
|
||||||
kv1 := KeyVal(got)
|
kv1 := KeyVal(got)
|
||||||
kv2 := kv.NewValue("farts")
|
kv2 := kv.NewValue("farts")
|
||||||
if !kv2.Equal(kv1) {
|
if !kv2.Equal(kv1) {
|
||||||
|
|
Loading…
Reference in a new issue