summaryrefslogtreecommitdiff
path: root/test/bntest.com
diff options
context:
space:
mode:
authorlevitte <levitte>2011-03-19 10:57:33 +0000
committerlevitte <levitte>2011-03-19 10:57:33 +0000
commit5d79a2ba647c6f85b18f9f69838eacbf8639e8f6 (patch)
tree153a26a2b820dd288a41c12e71e68bcd58552f8a /test/bntest.com
parent81f904c9aceef48c88cf2dc9be0619acb5cf53a8 (diff)
downloadopenssl-5d79a2ba647c6f85b18f9f69838eacbf8639e8f6.tar.gz
After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS
submitted by Steven M. Schweda <sms@antinode.info>
Diffstat (limited to 'test/bntest.com')
-rw-r--r--test/bntest.com7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/bntest.com b/test/bntest.com
index cb6d3abd7..6545d2e5a 100644
--- a/test/bntest.com
+++ b/test/bntest.com
@@ -4,6 +4,8 @@ $!
$! Exit status = 1 (success) if all tests passed,
$! 0 (warning) if any test failed.
$!
+$! 2011-02-20 SMS. Added code to skip "#" comments in the input file.
+$!
$! 2010-04-05 SMS. New. Based (loosely) on perl code in bntest-vms.sh.
$!
$! Expect data like:
@@ -35,6 +37,11 @@ $!
$ read_loop:
$ read /end = read_loop_end /error = tidy result_file line
$ t1 = f$element( 0, " ", line)
+$!
+$! Skip "#" comment lines.
+$ if (f$extract( 0, 1, f$edit( line, "TRIM")) .eqs. "#") then -
+ goto read_loop
+$!
$ if (t1 .eqs. "test")
$ then
$ passed = passed+ 1