diff options
author | Richard Levitte <levitte@openssl.org> | 2010-11-18 23:44:48 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2010-11-18 23:44:48 +0100 |
commit | 908df4d0f7bda92ae9e73e24ce90d53f57a568c5 (patch) | |
tree | 46cf595cb0729c2525b2434da37e0a407ac7c518 /test/testtsa.com | |
parent | Synchronise with Unix tests (diff) | |
download | openssl-908df4d0f7bda92ae9e73e24ce90d53f57a568c5.tar.xz openssl-908df4d0f7bda92ae9e73e24ce90d53f57a568c5.zip |
We expect these scripts not to bail on error, so make sure that's what happens.
Diffstat (limited to '')
-rw-r--r-- | test/testtsa.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testtsa.com b/test/testtsa.com index e3c586f14a..2ca1adac59 100644 --- a/test/testtsa.com +++ b/test/testtsa.com @@ -167,6 +167,8 @@ $ endsubroutine $ $ ! Main body ---------------------------------------------------------- $ +$ set noon +$ $ write sys$output "Setting up TSA test directory..." $ call setup_dir $ @@ -245,4 +247,6 @@ $ $ write sys$output "Cleaning up..." $ call clean_up_dir $ +$ set on +$ $ exit |