summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-05 01:20:54 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-05 01:20:54 +0100
commitebfc0bb5a975df1f18603d703bb88c61a5b8ce15 (patch)
tree5708d53ef1459902766f2e95919bee9afdd78451
parentb2cac94b92659a6612e8e536ff9ce5c86d372742 (diff)
Try to make tests more locale-independent.
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index 4b6535f8..82ed408f 100755
--- a/run/tests
+++ b/run/tests
@@ -76,7 +76,7 @@ rm -f $work/info2.log
rm -rf $work/private
mkdir $work/private
cp -r $private/* $work/private
-for d in `find $work/private/metadata -mindepth 1 -maxdepth 1 -type d | sort`; do
+for d in `find $work/private/metadata -mindepth 1 -maxdepth 1 -type d | sort -fd`; do
if [ `basename $d` != ".git" ]; then
$work/rewrite_subs $d
$dcpinfo -s $d >> $work/info2.log