Skip to content

Commit

Permalink
[test] set -o nounset
Browse files Browse the repository at this point in the history
  • Loading branch information
cevhyruz committed Feb 3, 2023
1 parent 3bd3ef5 commit d83574f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/test_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
#
# Usage:
# load "${TEST_DIRECTORY}/test_helper.bash"
# set -o nounset
# set -o errexit
# set -o pipefail

set -o nounset

# helpers
load "${TEST_DEPS_DIR}/bats-support/load.bash"
Expand Down

0 comments on commit d83574f

Please # to comment.