mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.14] gh-139308: Skip test_special_chars_csh on NetBSD due to csh variable expansion issue (GH-139341) (GH-139559)
(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:
parent
3a880241c6
commit
b4c3c0f4bf
1 changed files with 2 additions and 0 deletions
|
|
@ -522,6 +522,8 @@ def test_special_chars_bash(self):
|
|||
|
||||
# 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue