Line continuation missing in Changes test

Oops :$
master
David Allsopp 2017-10-27 10:16:21 +01:00
parent 1c54211de5
commit 77b84d3bdc
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ on the github pull request.
------------------------------------------------------------------------
EOF
# check that Changes has been modified
git diff $TRAVIS_MERGE_BASE..$TRAVIS_PR_HEAD --name-only --exit-code Changes
git diff $TRAVIS_MERGE_BASE..$TRAVIS_PR_HEAD --name-only --exit-code Changes \
> /dev/null && CheckNoChangesMessage || echo pass
}