diff options
author | EuAndreh <eu@euandre.org> | 2021-02-17 23:55:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-17 23:58:50 -0300 |
commit | 33579d6a22107834f8007a20559f05e55f5ec669 (patch) | |
tree | a22b4cf5c672f52f6af917ecc5044467bfd8bee7 /tests/cli-opts.sh | |
parent | README.md: Use main branch over tag in example (diff) | |
download | remembering-33579d6a22107834f8007a20559f05e55f5ec669.tar.gz remembering-33579d6a22107834f8007a20559f05e55f5ec669.tar.xz |
Refactor tests/lib.sh
Diffstat (limited to 'tests/cli-opts.sh')
-rwxr-xr-x | tests/cli-opts.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh index 05a898e..d1fee95 100755 --- a/tests/cli-opts.sh +++ b/tests/cli-opts.sh @@ -1,6 +1,7 @@ #!/bin/sh set -u +. aux/utils.sh . tests/lib.sh assert_usage() { |