Closed kressi closed 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.
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?