Skip to content

Commit b4c3c0f

Browse files
miss-islingtonfurkanonderFFY00
authored
[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 ae6e7f5) Co-authored-by: Furkan Onder <[email protected]> Co-authored-by: Filipe Laíns 🇵🇸 <[email protected]>
1 parent 3a88024 commit b4c3c0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_venv.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,8 @@ def test_special_chars_bash(self):
522522

523523
# gh-124651: test quoted strings
524524
@unittest.skipIf(os.name == 'nt', 'contains invalid characters on Windows')
525+
@unittest.skipIf(sys.platform.startswith('netbsd'),
526+
"NetBSD csh fails with quoted special chars; see gh-139308")
525527
def test_special_chars_csh(self):
526528
"""
527529
Test that the template strings are quoted properly (csh)

0 commit comments

Comments
 (0)