completion: trivial test improvement
commitcdbff7d6ad3c1c3e8c9dbd1cbd5c43fa240982be
authorFelipe Contreras <felipe.contreras@gmail.com>
Wed, 10 Apr 2013 06:57:51 +0000 (10 01:57 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Apr 2013 17:44:53 +0000 (12 10:44 -0700)
tree144fece1d3cfecd4fd836ca43208887f79d1fa58
parent7655fa7fa9f58503f21e2354f4a12fd949efa712
completion: trivial test improvement

Instead of passing a dummy "", let's check if the last character is a
space, and then move the _cword accordingly.

Apparently we were passing "" all the way to compgen, which fortunately
expanded it to nothing.

Lets do the right thing though.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9902-completion.sh