aboutsummaryrefslogtreecommitdiff
path: root/test cases/python/11 script path/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/python/11 script path/run.py')
-rwxr-xr-xtest cases/python/11 script path/run.py7
1 files changed, 7 insertions, 0 deletions
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 0000000..a8e6011
--- /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:])