Skip to content

Commit

Permalink
Don't use "git log -p" in the test suite.
Browse files Browse the repository at this point in the history
The exact format of "git log -p" may change due to user configuration,
and even if the test suite can try to set all configuration that
influences the format explicitly it is hard to guard against future
changes in git.  Since we already run "cmd list_files" immediately
before all instances of running "git log -p", we are still assured
that the history contains what we expect.

There was one instance in t-021.sh where "cmd git log -p" were not
preceded by "cmd list_files".

Signed-off-by: Per Cederqvist <[email protected]>
Signed-off-by: Josef 'Jeff' Sipek <[email protected]>
  • Loading branch information
Per Cederqvist committed Jan 22, 2015
1 parent 9697167 commit 025af2a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1,909 deletions.
Loading

0 comments on commit 025af2a

Please sign in to comment.