mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
Fix misspelling in a comment.
Just a simple change I noticed in passing.
This commit is contained in:
parent
8a8d0b7395
commit
ac1ba43666
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ test_begin_subtest ()
|
|||
test_subtest_name="$1"
|
||||
# Remember stdout and stderr file descriptios and redirect test
|
||||
# output to the previously prepared file descriptors 3 and 4 (see
|
||||
# bellow)
|
||||
# below)
|
||||
if test "$verbose" != "t"; then exec 4>test.output 3>&4; fi
|
||||
exec 6>&1 7>&2 >&3 2>&4
|
||||
inside_subtest=t
|
||||
|
|
Loading…
Reference in a new issue