]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/run-nquote4
bash-5.0 distribution sources and documentation
[thirdparty/bash.git] / tests / run-nquote4
CommitLineData
d233b485
CR
1# See whether or not we can use `diff -a'
2( diff -a ./nquote4.right ./nquote4.right >/dev/null 2>&1 ) && AFLAG=-a
3
95732b49 4echo warning: some of these tests will fail if you do not have UTF-8 >&2
3185942a 5echo warning: locales installed on your system >&2
d233b485
CR
6
7${THIS_SH} ./nquote4.tests > ${BASH_TSTOUT} 2>&1
8diff ${AFLAG} ${BASH_TSTOUT} nquote4.right && rm -f ${BASH_TSTOUT}