summaryrefslogtreecommitdiff
path: root/test/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/01-test_abort.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/recipes/01-test_abort.t b/test/recipes/01-test_abort.t
new file mode 100644
index 0000000000..4a6cf97983
--- /dev/null
+++ b/test/recipes/01-test_abort.t
@@ -0,0 +1,9 @@
+#! /usr/bin/perl
+
+use OpenSSL::Test;
+
+setup("test_abort");
+
+plan tests => 1;
+
+is(run(test(["aborttest"])), 0, "Testing that abort is caught correctly");