s4:blackbox: don't remove newlines in the subunit failure output
[tprouty/samba.git] / testprogs / blackbox / subunit.sh
index 100dfd1a46ba408bc82b4ae0ec712336e4ba0f18..cee8cf6f459155538340af98e125372dadcafce8 100755 (executable)
@@ -61,7 +61,7 @@ testit () {
        if [ x$status = x0 ]; then
                subunit_pass_test "$name"
        else
-               echo $output | subunit_fail_test "$name"
+               echo "$output" | subunit_fail_test "$name"
        fi
        return $status
 }