summaryrefslogtreecommitdiff
path: root/tests/test_imports.py
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-04-27 08:47:06 -0700
committerDavid Lord <davidism@gmail.com>2020-04-27 12:22:43 -0700
commit0d1b8eab4d44047b52746639d7836cc849626e59 (patch)
tree4b6e31df6097523c92c9b0812a18703839d609ee /tests/test_imports.py
parenta6b10db3882fe464898f1ffaa6fbba6fc390f894 (diff)
downloadclick-0d1b8eab4d44047b52746639d7836cc849626e59.tar.gz
Revert "Use shlex.quote for quoting shell arguments"
This reverts commit e798f64ffde20c549e2e0df5834e4194c74adb0a. This caused issues if the editor command (etc.) had options like "less -FRSX" because they would then get quoted as a single word.
Diffstat (limited to 'tests/test_imports.py')
-rw-r--r--tests/test_imports.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_imports.py b/tests/test_imports.py
index b99d453..e309eac 100644
--- a/tests/test_imports.py
+++ b/tests/test_imports.py
@@ -49,7 +49,6 @@ ALLOWED_IMPORTS = {
"fcntl",
"datetime",
"pipes",
- "shlex",
}
if WIN: