Skip to content

Commit

Permalink
make shellcheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhurt committed Aug 31, 2024
1 parent 6b56c30 commit 0305398
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env dash
# shellcheck disable=SC2030,SC2031
## ^^ tests are intentionally run in subshells

## test.sh contains zfs-replicate test cases
set -eu ## fail on errors and undefined variables

Expand Down

0 comments on commit 0305398

Please sign in to comment.