summaryrefslogtreecommitdiff
path: root/test/bftest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/bftest.c')
-rw-r--r--test/bftest.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/bftest.c b/test/bftest.c
index 657ae90c34..b5e6c5144d 100644
--- a/test/bftest.c
+++ b/test/bftest.c
@@ -288,10 +288,6 @@ int main(int argc, char *argv[])
else
ret = test();
-# ifdef OPENSSL_SYS_NETWARE
- if (ret)
- printf("ERROR: %d\n", ret);
-# endif
EXIT(ret);
}