From 95623d39d6029ba78ec96ad5ea08e9ac12629b91 Mon Sep 17 00:00:00 2001 From: "Gabriel F. T. Gomes" Date: Mon, 3 Aug 2020 18:43:13 -0300 Subject: New upstream version 2.11 --- test/t/test_sbcl_mt.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/t/test_sbcl_mt.py') diff --git a/test/t/test_sbcl_mt.py b/test/t/test_sbcl_mt.py index d8049f3f..c3965393 100644 --- a/test/t/test_sbcl_mt.py +++ b/test/t/test_sbcl_mt.py @@ -3,7 +3,6 @@ import pytest @pytest.mark.bashcomp(cmd="sbcl-mt") class TestSbclMt: - @pytest.mark.xfail # TODO: whitespace split issue @pytest.mark.complete("sbcl-mt shared/default/") def test_1(self, completion): - assert completion == ["bar", "bar bar.d/", "foo", "foo foo.d/"] + assert completion == ["bar", "bar bar.d/", "foo", "foo.d/"] -- cgit v1.2.1