stash: fix false positive in the invalid ref test.
commit9355fc9c35a5c40bbd8e380ec9e36013a1b230ed
authorJon Seymour <jon.seymour@gmail.com>
Tue, 5 Apr 2011 23:21:13 +0000 (6 09:21 +1000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Apr 2011 03:01:52 +0000 (5 20:01 -0700)
treef17c68144efb5de2ecf88bd720f3da77436ea4ef
parent59d418fe10c207a510672d17a854697a8abc1e0b
stash: fix false positive in the invalid ref test.

Jeff King reported a problem with git stash apply incorrectly
applying an invalid stash reference.

There is an existing test that should have caught this, but
the test itself was broken, resulting in a false positive.

Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3903-stash.sh