mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3:selftest: handle spaces in test names
metze
This commit is contained in:
parent
654f1147e1
commit
6346ec0c1c
@ -41,7 +41,8 @@ plantest() {
|
||||
normalize_testname() {
|
||||
name=$1
|
||||
shift 1
|
||||
echo $name | tr "A-Z-" "a-z."
|
||||
n=`echo $name | tr "A-Z-" "a-z."`
|
||||
echo "$n $@"
|
||||
}
|
||||
|
||||
TEST_FUNCTIONS_SH="INCLUDED"
|
||||
|
Loading…
Reference in New Issue
Block a user