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
62394261
Commit
62394261
authored
Mar 19, 2002
by
Pontus Freyhult
Browse files
Replaced bash-dependent expansions.
Rev: src/sftp/testsuite/run-tests:1.5
parent
a0e75b5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sftp/testsuite/run-tests
View file @
62394261
#! /bin/
ba
sh
#! /bin/sh
failed
=
0
all
=
0
...
...
@@ -17,10 +17,11 @@ env_program () {
}
test_program
()
{
testname
=
`
echo
"
$1
"
|
sed
-e
's/-test//'
`
if
"
$srcdir
/
$1
"
;
then
echo
PASS:
$
{
1
%-test
}
echo
PASS:
$
testname
else
echo
FAIL:
$
{
1
%-test
}
echo
FAIL:
$
testname
failed
=
`
expr
$failed
+ 1
`
fi
all
=
`
expr
$all
+ 1
`
...
...
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