diff options
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 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)" |