Skip to content

Commit

Permalink
test: remove -o bash option
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 6, 2024
1 parent 63bd0ab commit ab6a94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

set -euo pipefail
set -eu

NODE="node --no-warnings=ExperimentalWarning"
$NODE test.js teardown
Expand Down

0 comments on commit ab6a94e

Please sign in to comment.