Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion adb-sync
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class AdbFileSystem(GlobLike, OSLike):
# while echo does its own backslash escape handling additionally to the
# shell's. Too bad printf "%s\n" is not available.
test_strings = [
b'(', b'(; #`ls`$PATH\'"(\\\\\\\\){};!\xc0\xaf\xff\xc2\xbf'
b'(', b'(; #`ls`$PATH\'"(\\\\\\\\){};!'
]
for test_string in test_strings:
good = False
Expand Down