Commit Graph

3 Commits

Author SHA1 Message Date
Taylor Blau
52c7736289 test/zero-len: grep -E and remove tee 2016-07-13 10:34:35 -06:00
Taylor Blau
dc42704e0b test/zero-len: update test for git v2.9.1
With the new release of Git, version 2.9.1, our "pull zero len file" test is
broken. @larsxschneider was the first to point this out in github/git-lfs#1363.

The cause of this problem is that `git-status` changed to print "working tree
clean", instead of "working directory clean" when running in a clean working
tree. Though this is more correct, it still broke our tests :-).

This commit changes the `grep` assertion to match the new behavior of
`git-status`.

The relevant change from git/git is here: git/git@2a0e6cd.

Closes: github/git-lfs#1363.
2016-07-13 09:09:27 -06:00
risk danger olson
2dd108fbb5 add an integration test for zero len files 2016-02-02 10:15:07 -07:00