aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/92 test workdir/subdir/checker.py
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/common/92 test workdir/subdir/checker.py')
-rwxr-xr-xmeson/test cases/common/92 test workdir/subdir/checker.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson/test cases/common/92 test workdir/subdir/checker.py b/meson/test cases/common/92 test workdir/subdir/checker.py
new file mode 100755
index 000000000..66e287d4a
--- /dev/null
+++ b/meson/test cases/common/92 test workdir/subdir/checker.py
@@ -0,0 +1,5 @@
+#!/usr/bin/env python3
+
+import sys
+
+data = open(sys.argv[1], 'rb').read()