summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2022-10-24 08:16:52 -0700
committerGitHub <noreply@github.com>2022-10-24 08:16:52 -0700
commitf55e0c8d7e1ddac2186a071ebc2adda247241169 (patch)
tree050272eba714722ea028de57be4e051399fd3b6a
parente086861fb68a99f184037f1df5323c97481d1e8f (diff)
parentcc0c5874d4006b0121e6cc59dff1f12536d5bba7 (diff)
downloadpython-magic-f55e0c8d7e1ddac2186a071ebc2adda247241169.tar.gz
Merge pull request #281 from Ekko84H/master
corrected the command for the test for python3
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9eb70e8..7b85527 100644
--- a/README.md
+++ b/README.md
@@ -116,7 +116,7 @@ To run tests locally across all available python versions:
To run against a specific python version:
```
-LC_ALL=en_US.UTF-8 python3 test/test.py
+LC_ALL=en_US.UTF-8 python3 test/python_magic_test.py
```
## libmagic python API compatibility