]> git.ipfire.org Git - thirdparty/git.git/commit - t/t1430-bad-ref-name.sh
test: put tests for handling of bad ref names in one place
authorRonnie Sahlberg <sahlberg@google.com>
Thu, 25 Sep 2014 22:02:39 +0000 (15:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Oct 2014 17:47:25 +0000 (10:47 -0700)
commit8159f4af7d21e106ed04d69c428b395701b94205
treebd6a47613330f18db0763ac18ff7981299dab44b
parentf3cc52d840418c1a38bb4ae9a09a479e77d95e77
test: put tests for handling of bad ref names in one place

There's no straightforward way to grep for all tests dealing with
invalid refs.  Put them in a single test script so it is easy to see
what functionality has not been exercised with bad ref names yet.

Signed-off-by: Ronnie Sahlberg <sahlberg@google.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1400-update-ref.sh
t/t1430-bad-ref-name.sh [new file with mode: 0755]
t/t9300-fast-import.sh