summaryrefslogtreecommitdiff
path: root/t/lib/sample-tests/die_unfinished
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/sample-tests/die_unfinished')
-rw-r--r--t/lib/sample-tests/die_unfinished9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/lib/sample-tests/die_unfinished b/t/lib/sample-tests/die_unfinished
new file mode 100644
index 0000000000..3efd08ff09
--- /dev/null
+++ b/t/lib/sample-tests/die_unfinished
@@ -0,0 +1,9 @@
+print <<DUMMY_TEST;
+1..4
+ok 1
+ok 2
+ok 3
+DUMMY_TEST
+
+eval "use vmsish 'hushed'" if ($^O eq 'VMS');
+exit 1;