Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
003ed654
Commit
003ed654
authored
Mar 20, 2002
by
Niels Möller
Browse files
(test_program): Test the exit status of the
right process. Rev: src/nettle/testsuite/run-tests:1.4
parent
0f82a2bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/run-tests
View file @
003ed654
...
...
@@ -13,8 +13,8 @@ env_program () {
}
test_program
()
{
testname
=
`
echo
"
$1
"
|
sed
-e
's,-test$,,'
-e
's,^\./,,`
"./$1"
testname
=
`
echo
"
$1
"
|
sed
-e
's/-test//'
`
case "$?" in
0)
echo PASS: $testname
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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