X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Frun-execscript;h=042880c8d80b904560a83e0311dc7a7ef7cddc14;hb=cce855bc5b117cb7ae70064131120687bc69fac0;hp=fdac1eb148af17c4392970fcba485bad34e02858;hpb=e8ce775db824de329b81293b4e5d8fbd65624528;p=platform%2Fupstream%2Fbash.git diff --git a/tests/run-execscript b/tests/run-execscript index fdac1eb..042880c 100644 --- a/tests/run-execscript +++ b/tests/run-execscript @@ -4,4 +4,4 @@ echo "warning: if the text of the error messages concerning \`notthere' or" >&2 echo "warning: \`/tmp/bash-notthere' not being found or \`/' being a directory" >&2 echo "warning: produce diff output, please do not consider this a test failure" >&2 ${THIS_SH} ./execscript > /tmp/xx 2>&1 -diff /tmp/xx execscript.right && rm -f /tmp/xx +diff /tmp/xx exec.right && rm -f /tmp/xx