Re: [PATCH v2 03/10] test: add test state reset to test_expect_* functions that did not have it

2011-11-27 Thread David Bremner
On Thu, 17 Nov 2011 17:05:56 +0400, Dmitry Kurochkin wrote: > --- > test/test-lib.sh |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) I pushed the first 3, but the 4th won't apply, even with git am -3 d ___ notmuch mailing list notmuch@

[PATCH v2 03/10] test: add test state reset to test_expect_* functions that did not have it

2011-11-27 Thread David Bremner
On Thu, 17 Nov 2011 17:05:56 +0400, Dmitry Kurochkin wrote: > --- > test/test-lib.sh |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) I pushed the first 3, but the 4th won't apply, even with git am -3 d

[PATCH v2 03/10] test: add test state reset to test_expect_* functions that did not have it

2011-11-17 Thread Dmitry Kurochkin
--- test/test-lib.sh |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/test/test-lib.sh b/test/test-lib.sh index ff85848..f21e45e 100755 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -622,82 +622,85 @@ test_skip () { test_reset_state_ say

[PATCH v2 03/10] test: add test state reset to test_expect_* functions that did not have it

2011-11-17 Thread Dmitry Kurochkin
--- test/test-lib.sh |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/test/test-lib.sh b/test/test-lib.sh index ff85848..f21e45e 100755 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -622,82 +622,85 @@ test_skip () { test_reset_state_ say