summaryrefslogtreecommitdiff
path: root/run/tests
diff options
context:
space:
mode:
Diffstat (limited to 'run/tests')
-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