projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a8d0b7
)
Fix misspelling in a comment.
author
Carl Worth
<cworth@cworth.org>
Sat, 15 Jan 2011 22:04:38 +0000
(14:04 -0800)
committer
Carl Worth
<cworth@cworth.org>
Sat, 15 Jan 2011 23:37:43 +0000
(15:37 -0800)
Just a simple change I noticed in passing.
test/test-lib.sh
patch
|
blob
|
history
diff --git
a/test/test-lib.sh
b/test/test-lib.sh
index a1978279e5b46cf0d9a62f257f4efaaa68b2d71f..d1794265fd33a0e4893ef9c306bba421effc4702 100755
(executable)
--- a/
test/test-lib.sh
+++ b/
test/test-lib.sh
@@
-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
- # bel
l
ow)
+ # below)
if test "$verbose" != "t"; then exec 4>test.output 3>&4; fi
exec 6>&1 7>&2 >&3 2>&4
inside_subtest=t