Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
3a73862a
Commit
3a73862a
authored
Sep 16, 2012
by
Niels Möller
Browse files
Don't quote $EMULATOR; allow it to expand to program and arguments.
parent
5a77574e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
3a73862a
2012-09-16 Niels Möller <nisse@lysator.liu.se>
* run-tests (test_program): Don't quote $EMULATOR; allow it to
expand to program and arguments (e.g., valgrind).
* tools/pkcs1-conv.c (convert_public_key): Added missing calls to
dsa_public_key_clear and rsa_public_key_clear.
(main): Added missing nettle_buffer_clear.
...
...
run-tests
View file @
3a73862a
...
...
@@ -44,7 +44,7 @@ test_program () {
if
[
-z
"
$EMULATOR
"
]
||
head
-1
"
$1
"
|
grep
'^#!'
>
/dev/null
;
then
"
$1
"
$testflags
else
"
$EMULATOR
"
"
$1
"
$testflags
$EMULATOR
"
$1
"
$testflags
fi
case
"
$?
"
in
0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment