test for bad clean or smudge attribute

This commit is contained in:
Your Name 2015-09-04 10:29:38 -06:00
parent 10dbfb5da8
commit cf43c70d00

@ -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)" ]