mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 14:37:21 +00:00
[cleanup] Misc
Authored by: Grub4K
This commit is contained in:
parent
de015e9307
commit
088add9567
|
@ -2405,5 +2405,6 @@ def run_shell(args):
|
|||
assert run_shell(['echo', '^!']) == '"^!"\n'
|
||||
assert run_shell('echo "^!"') == '"^!"\n'
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in a new issue