testing: remove extra '}' from run_custom_test's prefix variable

Fixes: #664.
This commit is contained in:
Joe Lawrence 2017-01-26 11:06:02 -05:00
parent e08a84f98b
commit 3215c4ff2f
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ run_load_test() {
run_custom_test() {
testprog=$1
prefix=$(basename ${file%%.test}})
prefix=$(basename ${file%%.test})
[[ $testprog = *-LOADED.test ]] && return