Merge pull request #638 from github/init-test-fix

test for bad clean or smudge attribute
This commit is contained in:
risk danger olson 2015-09-04 11:19:54 -06:00
commit d4462c96bf

@ -30,7 +30,8 @@ begin_test "init with old settings"
[ "$res" = 2 ]
grep "clean attribute should be" init.log
cat init.log
grep -E "(clean|smudge) attribute should be" init.log
[ `grep -c "(MISSING)" init.log` = "0" ]
[ "git lfs smudge %f" = "$(git config filter.lfs.smudge)" ]