Fix early exit from compare test.

Change-Id: I5a871026f2bf7757b7e3e46278391b41e90c5674
This commit is contained in:
James E. Blair 2012-08-31 21:50:16 -07:00
parent 0c2bef0803
commit d145a1635b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ do
echo $x
echo "------------------------------------------------------------"
fi
diff -u .test/old/$x .test/new/$x
diff -u .test/old/$x .test/new/$x || /bin/true
done
echo