mirror of https://github.com/dynup/kpatch
testing: remove extra '}' from run_custom_test's prefix variable
Fixes: #664.
This commit is contained in:
parent
e08a84f98b
commit
3215c4ff2f
|
@ -207,7 +207,7 @@ run_load_test() {
|
|||
|
||||
run_custom_test() {
|
||||
testprog=$1
|
||||
prefix=$(basename ${file%%.test}})
|
||||
prefix=$(basename ${file%%.test})
|
||||
|
||||
[[ $testprog = *-LOADED.test ]] && return
|
||||
|
||||
|
|
Loading…
Reference in New Issue