From cf43c70d003a867969efe7ee987ea06c871c2a0c Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 4 Sep 2015 10:29:38 -0600 Subject: [PATCH] test for bad clean or smudge attribute --- test/test-init.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test-init.sh b/test/test-init.sh index 5b4097bc..2eacd3e0 100755 --- a/test/test-init.sh +++ b/test/test-init.sh @@ -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)" ]