Skip to content

Commit f55e0c8

Browse files
authored
Merge pull request ahupp#281 from Ekko84H/master
corrected the command for the test for python3
2 parents e086861 + cc0c587 commit f55e0c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To run tests locally across all available python versions:
116116
To run against a specific python version:
117117

118118
```
119-
LC_ALL=en_US.UTF-8 python3 test/test.py
119+
LC_ALL=en_US.UTF-8 python3 test/python_magic_test.py
120120
```
121121

122122
## libmagic python API compatibility

0 commit comments

Comments
 (0)