diff options
author | Devaev Maxim <[email protected]> | 2019-10-15 03:07:54 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-10-15 03:07:54 +0300 |
commit | a88ad42501e3afd49bb02f186e787b6e14474640 (patch) | |
tree | 4c12a53fd58518f2ae4527aa5702214b850bad70 /testenv/tests | |
parent | b34dd28d6a7e2935e5a7d07e6b15c11fbf28cb94 (diff) |
added test case
Diffstat (limited to 'testenv/tests')
-rw-r--r-- | testenv/tests/validators/test_kvm.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/tests/validators/test_kvm.py b/testenv/tests/validators/test_kvm.py index 2b5844e3..c592b5ac 100644 --- a/testenv/tests/validators/test_kvm.py +++ b/testenv/tests/validators/test_kvm.py @@ -115,6 +115,7 @@ def test_fail__valid_stream_fps(arg: Any) -> None: (".", "_"), ("..", "__"), ("/..", "_.."), + ("/..\0", "_.._"), ("/root/..", "_root_.."), (" тест(){}[ \t].iso\t", "тест()__[__].iso"), ("?" * 1000, "_" * 255), |