projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
720b590
)
*** empty log message ***
author
Ulf Möller
<ulf@openssl.org>
Wed, 23 Feb 2000 22:07:59 +0000
(22:07 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Wed, 23 Feb 2000 22:07:59 +0000
(22:07 +0000)
util/selftest.pl
patch
|
blob
|
history
diff --git
a/util/selftest.pl
b/util/selftest.pl
index daa7ebc3a7523038b454099a16751c088ea4bb4a..0849737ace2f8d1a4886e98d40a08a899950424f 100644
(file)
--- a/
util/selftest.pl
+++ b/
util/selftest.pl
@@
-65,10
+65,10
@@
print OUT "\n";
print "Checking compiler...\n";
if (open(TEST,">test.c")) {
- print TEST "#include <stdio.h>\nmain(){printf(\"Hello world\n\");}\n";
+ print TEST "#include <stdio.h>\nmain(){printf(\"Hello world\
\
n\");}\n";
close(TEST);
system("$cc -o cctest test.c");
- if (
! `./cctest` =
~ /Hello world/) {
+ if (
`./cctest` !
~ /Hello world/) {
print OUT "Compiler doesn't work.\n";
goto err;
}