summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_setter.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_setter.sh b/tests/test_setter.sh
index 25272645a..8b825320f 100755
--- a/tests/test_setter.sh
+++ b/tests/test_setter.sh
@@ -2,7 +2,7 @@
ret=0
check(){
- func=$(echo $1 | grep -oe 'elm_\w\+')
+ func=$(echo $1 | grep -oe '_\?elm_\w\+')
base=${func%_set}
echo $1 | grep -qe "_set(const \+[^\(char \+\*\)]"
if [ $? == 0 ];then