From b1355399977d0bbd332217d7657f65c95e403794 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 8 Nov 2022 20:11:51 -0300 Subject: 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. --- tests/cli-opts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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)" -- cgit v1.2.3