Subject: Corrected the command for the test for python3 Origin: upstream, commit 0.4.27-3-gcc0c587 Author: ekko 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