Whamcloud - gitweb
LU-12823 tests: basetest to remove A-Z in test name
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index 537a041..207c0e0 100755 (executable)
@@ -6207,7 +6207,7 @@ basetest() {
     if [[ $1 = [a-z]* ]]; then
         echo $1
     else
     if [[ $1 = [a-z]* ]]; then
         echo $1
     else
-        echo ${1%%[a-z]*}
+       echo ${1%%[a-zA-Z]*}
     fi
 }
 
     fi
 }