Override the locale so that file lists get a consistent sort order.

Reported by:	avg
MFC after:	1 week
This commit is contained in:
markj 2017-06-10 14:47:01 +00:00
parent 5062b8b981
commit 435f967468

View File

@ -89,6 +89,8 @@ if [ $# -ne 0 ]; then
usage
fi
export LC_ALL=C
readonly ORIGINDIR=$(realpath $(dirname $0))
readonly TOPDIR=$(realpath ${ORIGINDIR}/../../../../..)
readonly CONTRIB_TESTDIR=${TOPDIR}/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common