[Bash-completion-devel] [bash-completion-Bugs][312324] [PATCH] Fix tests when BASH_COMPLETION or TESTDIR contain spaces.

bash-completion-bugs at alioth.debian.org bash-completion-bugs at alioth.debian.org
Tue Feb 2 14:58:46 UTC 2010


Bugs item #312324, was opened at 2010-02-02 16:58 by Leonard Crestez
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=312324&group_id=100114

Status: Open
Priority: 3
Submitted By: Leonard Crestez (cdleonard-guest)
Assigned to: Nobody (None)
Summary: [PATCH] Fix tests when BASH_COMPLETION or TESTDIR contain spaces.  
Distribution: None
Originally reported in: None
Milestone: None
Status: None
Original bug number: 


Initial Comment:
Right now if you run bash tests from a dir with spaces (for example by symlinking a 'bash completion' dir to the git repo) they won't run correctly. This patch series fixes that; most tests run correctly.

This is useful because it's a way to inject "interesting" paths into completions without building custom fixtures for every command. It's an easy way to find quoting errors. I'm not sure how important it is for bash-completion to work with all possible paths but it does seem to generate a lot of user complaints.

I already found an issue with this. It seems that java completion does not support spaces in the classpath. I'm don't know how common that is. I tried a quick fix but it's not that simple.

----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=312324&group_id=100114



More information about the Bash-completion-devel mailing list