Skip to content

Commit

Permalink
Updated file count check.
Browse files Browse the repository at this point in the history
Duncan McGreggor committed Mar 21, 2014
1 parent 2be2487 commit 3c28a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests.sh
Original file line number Diff line number Diff line change
@@ -152,7 +152,7 @@ testNewYAWSBootstrap () {
cd $yawsbootstrapname && make check &> /dev/null
cd - &> /dev/null
if [ "$TRAVIS" = "true" ]; then
expected="26"
expected="25"
else
expected="32"
fi

0 comments on commit 3c28a75

Please sign in to comment.