mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
test: remove unused regexp convenience variables
They've been unused since their introduction in commit 0083854b12
("Copy test framework from Git").
This commit is contained in:
parent
14c0862bac
commit
1db3244bf1
1 changed files with 0 additions and 9 deletions
|
@ -93,15 +93,6 @@ unset GREP_OPTIONS
|
|||
# For emacsclient
|
||||
unset ALTERNATE_EDITOR
|
||||
|
||||
# Convenience
|
||||
#
|
||||
# A regexp to match 5 and 40 hexdigits
|
||||
_x05='[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]'
|
||||
_x40="$_x05$_x05$_x05$_x05$_x05$_x05$_x05$_x05"
|
||||
|
||||
_x04='[0-9a-f][0-9a-f][0-9a-f][0-9a-f]'
|
||||
_x32="$_x04$_x04$_x04$_x04$_x04$_x04$_x04$_x04"
|
||||
|
||||
# Each test should start with something like this, after copyright notices:
|
||||
#
|
||||
# test_description='Description of this test...
|
||||
|
|
Loading…
Reference in a new issue