summaryrefslogtreecommitdiff
path: root/test cases/unit/106 subproject symlink/cp.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-10-24 22:26:06 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2022-10-24 22:26:06 +0300
commit8b5164f9bc204e0c7419b8e00025eff42d03c42f (patch)
tree020ce1c6874420191735c22a7665fa1392d68db7 /test cases/unit/106 subproject symlink/cp.py
parent5a7427cebb9093387f3f5e202b033db2516f9b30 (diff)
downloadmeson-8b5164f9bc204e0c7419b8e00025eff42d03c42f.tar.gz
One more dircondensation for rc1.dirc2
Diffstat (limited to 'test cases/unit/106 subproject symlink/cp.py')
-rw-r--r--test cases/unit/106 subproject symlink/cp.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/unit/106 subproject symlink/cp.py b/test cases/unit/106 subproject symlink/cp.py
new file mode 100644
index 000000000..adb0547b8
--- /dev/null
+++ b/test cases/unit/106 subproject symlink/cp.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python3
+
+from sys import argv
+from shutil import copy
+
+copy(argv[1], argv[2])