summaryrefslogtreecommitdiff
path: root/test/run_all_versions.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_all_versions.py')
-rw-r--r--test/run_all_versions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_all_versions.py b/test/run_all_versions.py
index cf62eee..d9e7ec5 100644
--- a/test/run_all_versions.py
+++ b/test/run_all_versions.py
@@ -24,7 +24,7 @@ def run_test(versions):
continue
found = True
print("Testing %s" % i)
- subprocess.run([i, os.path.join(this_dir, "test.py")], env=new_env, check=True)
+ subprocess.run([i, os.path.join(this_dir, "python_magic_test.py")], env=new_env, check=True)
subprocess.run([i, os.path.join(this_dir, "libmagic_test.py")], env=new_env, check=True)
if not found: