diff options
author | EuAndreh <eu@euandre.org> | 2024-03-01 16:04:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-03-01 16:04:29 -0300 |
commit | 1e1127b52844bf4e2789658b8d40a15ca7e5fcda (patch) | |
tree | 07626a74a4c200ff5a25493bba1231b7209e6633 /tests | |
parent | src/utils.mjs: Remove eq(), use utils.isDeepStrictEqual from "node:utils" ins... (diff) | |
download | papod-1e1127b52844bf4e2789658b8d40a15ca7e5fcda.tar.gz papod-1e1127b52844bf4e2789658b8d40a15ca7e5fcda.tar.xz |
src/api.mjs: Simplify handling of arguments
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cli-opts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh index b67ab11..fcb62ca 100755 --- a/tests/cli-opts.sh +++ b/tests/cli-opts.sh @@ -1,4 +1,4 @@ #!/bin/sh set -eu -"$@" -V >&2 +exit |