scop / bash-completion

Programmable completion functions for bash
GNU General Public License v2.0
2.9k stars 380 forks source link

test: fix tests for failglob #1213

Closed akinomyoga closed 3 months ago

akinomyoga commented 3 months ago

This PR fixes the problems of tests that would be triggered by setting failglob in test/config/bashrc. (However, this PR doesn't include the failglob setting itself.)

Commit aa8e4afe8dfeeae3ee959b83e486780f4bffe04d is an extra commit to update the names of test classes and files.

akinomyoga commented 3 months ago

Thanks!