summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-01 13:43:20 +0200
committerMichael Adam <obnox@samba.org>2008-04-01 16:16:54 +0200
commite61e4eb4e5ac5d3ea63549817b6973be693a49dd (patch)
treeb29d1a874e8930968b3d807e70035c6fefb10087 /source3/script
parentdc83b956b9600b4577983e327745445b35f481c0 (diff)
downloadsamba-e61e4eb4e5ac5d3ea63549817b6973be693a49dd.tar.gz
samba-e61e4eb4e5ac5d3ea63549817b6973be693a49dd.tar.bz2
samba-e61e4eb4e5ac5d3ea63549817b6973be693a49dd.zip
test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.sh
Michael (This used to be commit b6122406fe938fdaf373ff45214db79de06eb989)
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/selftest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index 2f2cb7b086..492a2c36c6 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -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