summaryrefslogtreecommitdiffstats
path: root/test cases/native/5 install script/wrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/native/5 install script/wrap.py')
-rwxr-xr-xtest cases/native/5 install script/wrap.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/native/5 install script/wrap.py b/test cases/native/5 install script/wrap.py
new file mode 100755
index 0000000..87508e0
--- /dev/null
+++ b/test cases/native/5 install script/wrap.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python3
+
+import subprocess
+import sys
+
+subprocess.run(sys.argv[1:])