# test if echo -n creates a newline.


set -e 

[ "` echo -n hello `" = "hello" ]