Skip to content
Snippets Groups Projects
Commit d36fea14 authored by Niels Möller's avatar Niels Möller
Browse files

(test_program): Added missing single quote.

Rev: src/nettle/testsuite/run-tests:1.5
parent 84c80eca
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ env_program () {
}
test_program () {
testname=`echo "$1" | sed -e 's,-test$,,' -e 's,^\./,,`
testname=`echo "$1" | sed -e 's,-test$,,' -e 's,^\./,,'`
"./$1"
case "$?" in
0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment