summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-05 00:58:24 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-05 00:58:24 +0100
commitb2cac94b92659a6612e8e536ff9ce5c86d372742 (patch)
tree3c6b72c231d6051a985c1fe7440421ae94fa35ae
parent42ba2606e30c5a7f13e5a06304a1a97769f8edf5 (diff)
Try again.
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index 91ce1d90..4b6535f8 100755
--- a/run/tests
+++ b/run/tests
@@ -53,7 +53,7 @@ fi
# Run dcpinfo on all the DCPs in private/metadata, writing $work/info.log
rm -f $work/info.log
-for d in `find $private/metadata -mindepth 1 -maxdepth 1 -type d | sort -f`; do
+for d in `find $private/metadata -mindepth 1 -maxdepth 1 -type d | sort -fd`; do
if [ `basename $d` != ".git" ]; then
$dcpinfo -s $d >> $work/info.log
if [ "$?" != "0" ]; then