From e61e4eb4e5ac5d3ea63549817b6973be693a49dd Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 1 Apr 2008 13:43:20 +0200 Subject: test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.sh Michael (This used to be commit b6122406fe938fdaf373ff45214db79de06eb989) --- source3/script/tests/selftest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 -- cgit