]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'fc/rev-parse-test-updates'
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:42:03 +0000 (11:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:42:03 +0000 (11:42 -0700)
Modernize tests.

* fc/rev-parse-test-updates:
  rev-parse test: use standard test functions for setup
  rev-parse test: use test_cmp instead of "test" builtin
  rev-parse test: use test_must_fail, not "if <command>; then false; fi"
  rev-parse test: modernize quoting and whitespace


Trivial merge