Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
75f7b390
Commit
75f7b390
authored
Mar 18, 2004
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(test_program): Strip .exe suffix from name.
Rev: misc/run-tests:1.2
parent
5a41415f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
run-tests
run-tests
+2
-1
No files found.
run-tests
View file @
75f7b390
...
...
@@ -27,7 +27,8 @@ env_program () {
}
test_program
()
{
testname
=
`
basename
"
$1
"
-test
`
testname
=
`
basename
"
$1
"
.exe
`
testname
=
`
basename
"
$testname
"
-test
`
"
$1
"
case
"
$?
"
in
0
)
...
...
Write
Preview
Markdown
is supported
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