[3.13] gh-139308: Skip test_special_chars_csh on NetBSD due to csh variable expansion issue (GH-139341) (#139560)

gh-139308: Skip test_special_chars_csh on NetBSD due to csh variable expansion issue (GH-139341)

Skip test_special_chars_csh on NetBSD due to csh variable expansion issue
(cherry picked from commit ae6e7f572c)

Co-authored-by: Furkan Onder <furkanonder@protonmail.com>
Co-authored-by: Filipe Laíns 🇵🇸 <lains@riseup.net>
This commit is contained in:
Miss Islington (bot) 2025-10-08 16:10:34 +02:00 committed by GitHub
parent 12ada79fe9
commit de84a03099
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -518,6 +518,8 @@ class BasicTest(BaseTest):
# gh-124651: test quoted strings
@unittest.skipIf(os.name == 'nt', 'contains invalid characters on Windows')
@unittest.skipIf(sys.platform.startswith('netbsd'),
"NetBSD csh fails with quoted special chars; see gh-139308")
def test_special_chars_csh(self):
"""
Test that the template strings are quoted properly (csh)