Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1709038 Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1808322
13 lines
347 B
Diff
13 lines
347 B
Diff
diff --git a/test/test.py b/test/test.py
|
|
index b57d5dc..febb91f 100755
|
|
--- a/test/test.py
|
|
+++ b/test/test.py
|
|
@@ -1251,7 +1251,6 @@ class TestFish(_TestSh, unittest.TestCase):
|
|
expected_failures = [
|
|
'test_parse_special_characters',
|
|
'test_comp_point',
|
|
- 'test_special_characters_double_quoted'
|
|
]
|
|
|
|
skipped = [
|