1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.sh

Michael
(This used to be commit b6122406fe938fdaf373ff45214db79de06eb989)
This commit is contained in:
Michael Adam 2008-04-01 13:43:20 +02:00
parent dc83b956b9
commit e61e4eb4e5

View File

@ -107,7 +107,7 @@ fi
##
## create the test directory layout
##
echo -n "CREATE TEST ENVIRONMENT IN '$PREFIX'"...
printf "%s" "CREATE TEST ENVIRONMENT IN '$PREFIX'"...
/bin/rm -rf $PREFIX/*
mkdir -p $PRIVATEDIR $LIBDIR $PIDDIR $LOCKDIR $LOGDIR
mkdir -p $SOCKET_WRAPPER_DIR