summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorekko <gar001300@gmail.com>2022-10-22 00:45:54 +0530
committerekko <gar001300@gmail.com>2022-10-22 00:45:54 +0530
commitcc0c5874d4006b0121e6cc59dff1f12536d5bba7 (patch)
tree050272eba714722ea028de57be4e051399fd3b6a
parente086861fb68a99f184037f1df5323c97481d1e8f (diff)
downloadpython-magic-cc0c5874d4006b0121e6cc59dff1f12536d5bba7.tar.gz
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