X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Frun-heredoc;h=456453a722e7efee6bf8f577bdd9f4c098246c3d;hb=ac50fbac377e32b98d2de396f016ea81e8ee9961;hp=c4e3168c17640d25eb0947e85acc1516b226b762;hpb=4539d736f1aff232857a854fd2a68df0c98d9f34;p=platform%2Fupstream%2Fbash.git diff --git a/tests/run-heredoc b/tests/run-heredoc index c4e3168..456453a 100644 --- a/tests/run-heredoc +++ b/tests/run-heredoc @@ -1,2 +1,6 @@ +echo "warning: UNIX versions number signals and schedule processes differently." >&2 +echo "warning: If output differing only in line numbers is produced, please" >&2 +echo "warning: do not consider this a test failure." >&2 + ${THIS_SH} ./heredoc.tests > /tmp/xx 2>&1 diff /tmp/xx heredoc.right && rm -f /tmp/xx