From 555502761e5bb78b0a5431f9c46987f0413fbe44 Mon Sep 17 00:00:00 2001 From: "L. E. Segovia" Date: Thu, 29 May 2025 15:10:39 -0300 Subject: tests: Add test for checking get_executable_serialization with interpreted executables --- test cases/python/11 script path/run.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 test cases/python/11 script path/run.py (limited to 'test cases/python/11 script path/run.py') diff --git a/test cases/python/11 script path/run.py b/test cases/python/11 script path/run.py new file mode 100755 index 000000000..a8e6011c7 --- /dev/null +++ b/test cases/python/11 script path/run.py @@ -0,0 +1,7 @@ +#!/usr/bin/env python3 + +import sys +import subprocess + +if __name__ == '__main__': + subprocess.check_call(sys.argv[1:]) -- cgit v1.2.3