diff options
author | EuAndreh <eu@euandre.org> | 2021-06-12 13:33:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-12 13:33:08 -0300 |
commit | 474157981902986e940d17c0513a88b0a15a2147 (patch) | |
tree | 37e23310dfe57ff31fee51db2837e8232a2bbe47 | |
parent | TODOs.md: Add #task-6e6f917f-26ad-09fd-9a09-84b5df0f3ea4 (diff) | |
download | git-permalink-474157981902986e940d17c0513a88b0a15a2147.tar.gz git-permalink-474157981902986e940d17c0513a88b0a15a2147.tar.xz |
Add stup tests/cli-opts.sh
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | tests/cli-opts.sh | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ manpages = \ all: check: - sh tests/FIXME.sh + sh tests/cli-opts.sh dev-check: check sh aux/assert-shellcheck.sh diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/cli-opts.sh |