summaryrefslogtreecommitdiffstats
path: root/util/selftest.pl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-24 03:03:01 +0000
committerUlf Möller <ulf@openssl.org>2000-02-24 03:03:01 +0000
commitac9c1bcb8164bf661119bc112b6d25c7cde7b604 (patch)
treea4d826d7bf606aea6a57586401f95a53c52e1b64 /util/selftest.pl
parent4ec2d4d2b3a8cba1fdc656acd6b19d003191d779 (diff)
remove test "goto err"
Diffstat (limited to 'util/selftest.pl')
-rw-r--r--util/selftest.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/selftest.pl b/util/selftest.pl
index ac46c68037..ad0a6ab2d3 100644
--- a/util/selftest.pl
+++ b/util/selftest.pl
@@ -71,8 +71,6 @@ print OUT "Target: $platform\n";
print OUT "Compiler: $cversion\n";
print OUT "\n";
-goto err;
-
print "Checking compiler...\n";
if (open(TEST,">test.c")) {
print TEST "#include <stdio.h>\nmain(){printf(\"Hello world\\n\");}\n";