i-bash/tests/run-nquote4

5 lines
230 B
Text
Raw Normal View History

2005-12-07 14:08:12 +00:00
echo warning: some of these tests will fail if you do not have UTF-8 >&2
2009-01-12 13:36:28 +00:00
echo warning: locales installed on your system >&2
2005-12-07 14:08:12 +00:00
${THIS_SH} ./nquote4.tests 2>&1 | grep -v '^expect' > /tmp/xx
diff /tmp/xx nquote4.right && rm -f /tmp/xx