aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-08 20:11:51 -0300
committerEuAndreh <eu@euandre.org>2022-11-08 20:11:54 -0300
commitb1355399977d0bbd332217d7657f65c95e403794 (patch)
tree8dc4213898ac3da7d1d94fd4576fd533bbe599ba /tests
parent.tdrc: Init (diff)
downloadremembering-b1355399977d0bbd332217d7657f65c95e403794.tar.gz
remembering-b1355399977d0bbd332217d7657f65c95e403794.tar.xz
src/remembering.in: Remove hyphen between name and version
Also use the @NAME@ placeholder over the hard-coded "remembering" value. Update tests/clip-opts.sh to match.
Diffstat (limited to '')
-rwxr-xr-xtests/cli-opts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh
index 733636f..ca2998a 100755
--- a/tests/cli-opts.sh
+++ b/tests/cli-opts.sh
@@ -142,7 +142,7 @@ test_help_flags() {
test_version_flags() {
testing 'version flags'
- REGEX='^remembering-[0-9\.]+ [0-9-]+$'
+ REGEX='^remembering [0-9\.]+ [0-9-]+$'
N="$LINENO"
OUT="$(mktemp)"