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
LSH
lsh
Commits
88195b28
Commit
88195b28
authored
Mar 20, 2002
by
Niels Möller
Browse files
(test_program): Bugfix: Test the exit
status of the right process. Rev: src/testsuite/run-tests:1.3
parent
256fc928
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/testsuite/run-tests
View file @
88195b28
...
...
@@ -27,8 +27,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