aboutsummaryrefslogtreecommitdiff
path: root/test cases/failing/71 run_command unclean exit/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/failing/71 run_command unclean exit/meson.build')
-rw-r--r--test cases/failing/71 run_command unclean exit/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/failing/71 run_command unclean exit/meson.build b/test cases/failing/71 run_command unclean exit/meson.build
new file mode 100644
index 0000000..4bc02ae
--- /dev/null
+++ b/test cases/failing/71 run_command unclean exit/meson.build
@@ -0,0 +1,4 @@
+project('run_command unclean exit', 'c')
+
+rcprog = find_program('./returncode.py')
+run_command(rcprog, '1', check : true)