X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Frun-nquote4;h=f7d05bb2993104cb6bfe091d388e89301b7d4a9f;hb=95732b497d12c98613bb3c5db16b61f377501a59;hp=006872c852b0c076d576801a4daa4aeb0ce3b773;hpb=eb87367179effbe5f430236db8259006d71438b7;p=platform%2Fupstream%2Fbash.git diff --git a/tests/run-nquote4 b/tests/run-nquote4 index 006872c..f7d05bb 100644 --- a/tests/run-nquote4 +++ b/tests/run-nquote4 @@ -1,2 +1,4 @@ -${THIS_SH} ./nquote.tests 2>&1 | grep -v '^expect' > /tmp/xx -diff /tmp/xx nquote.right && rm -f /tmp/xx +echo warning: some of these tests will fail if you do not have UTF-8 >&2 +echo warning: locales installed on your system +${THIS_SH} ./nquote4.tests 2>&1 | grep -v '^expect' > /tmp/xx +diff /tmp/xx nquote4.right && rm -f /tmp/xx