test_shell: Fix warnings about invalid escape sequences
tests/test_shell.py:14
/home/user/reprotest/tests/test_shell.py:14: DeprecationWarning: invalid escape sequence \$
assert (sanitize_globs("""lol \$ *"\$ s" "" '' ' ' " " ' ' "" """)
tests/test_shell.py:15
/home/user/reprotest/tests/test_shell.py:15: DeprecationWarning: invalid escape sequence \$
== '''./lol ./\$ ./*"\$ s" ./"" ./'' ./' ' ./" " ./' ' ./""''')
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Loading
Please register or sign in to comment