diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-27 14:08:36 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-27 14:08:36 (EDT) |
commit | 1e5280406b5e9e55e3665e1fb84bf4fc6c515481 (patch) | |
tree | d2f30b1b289469c87f27527299ee020c266a0d17 /tests/arch_is_concerned.sh | |
parent | 34efb3ce437b722999a137ddb03519f3027c810a (diff) |
tests/*.sh: set -eu
Diffstat (limited to 'tests/arch_is_concerned.sh')
-rwxr-xr-x | tests/arch_is_concerned.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/arch_is_concerned.sh b/tests/arch_is_concerned.sh index 8398b42..095475a 100755 --- a/tests/arch_is_concerned.sh +++ b/tests/arch_is_concerned.sh @@ -18,6 +18,8 @@ # along with the ProteanOS Development Kit. If not, see # <http://www.gnu.org/licenses/>. +set -eu + main() { plan_ 24 |