pbrisbin / aurget

A simple pacman-like interface to the AUR
GNU General Public License v2.0
69 stars 17 forks source link

added tests for zsh #34

Closed kressi closed 9 years ago

kressi commented 9 years ago

Since aurget is a bash script that is also supposed to work zsh, test should be run on zsh as well. I barely know cram and I could not figure out whether there is a better way to test on different shells.

Is there a reason not to execute those tests on bash and zsh?

pbrisbin commented 9 years ago

Because of the shebang, aurget will always be run in bash. The shell used to invoke it doesn't matter.

Thanks for opening this, if the script were using an sh shebang it would be good to test the POSIX mode of many shells.