From cc0c5874d4006b0121e6cc59dff1f12536d5bba7 Mon Sep 17 00:00:00 2001 From: ekko Date: Sat, 22 Oct 2022 00:45:54 +0530 Subject: corrected the command for the test for python3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1