| 12345678910111213141516 |
- Subject: Corrected the command for the test for python3
- Origin: upstream, commit 0.4.27-3-gcc0c587 <https://github.com/ahupp/python-magic/commit/0.4.27-3-gcc0c587>
- Author: ekko <gar001300@gmail.com>
- Date: Sat Oct 22 00:45:54 2022 +0530
- --- a/README.md
- +++ b/README.md
- @@ -116,7 +116,7 @@
- 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
|