Try to make tests more locale-independent.
authorCarl Hetherington <cth@carlh.net>
Tue, 5 May 2015 00:20:54 +0000 (01:20 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 5 May 2015 00:20:54 +0000 (01:20 +0100)
run/tests

index 4b6535f89fead4e75631f429f35e370fc8ee510f..82ed408f21c467954ff4f0176dff67b196a12c71 100755 (executable)
--- 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