Re: [PATCH 2/3] t6050: redirect expected error output to /dev/null

2019-03-28 Thread Ævar Arnfjörð Bjarmason
On Thu, Mar 28 2019, Eric Sunshine wrote: > On Thu, Mar 28, 2019 at 1:17 PM Christian Couder > wrote: >> Otherwise the error from `git rev-parse` is uselessly >> polluting the debug output. >> >> Signed-off-by: Christian Couder >> --- >> diff --git a/t/t6050-replace.sh b/t/t6050-replace.sh >>

Re: [PATCH 2/3] t6050: redirect expected error output to /dev/null

2019-03-28 Thread Eric Sunshine
On Thu, Mar 28, 2019 at 1:17 PM Christian Couder wrote: > Otherwise the error from `git rev-parse` is uselessly > polluting the debug output. > > Signed-off-by: Christian Couder > --- > diff --git a/t/t6050-replace.sh b/t/t6050-replace.sh > @@ -40,7 +40,7 @@ commit_peeling_shows_parents () > -

[PATCH 2/3] t6050: redirect expected error output to /dev/null

2019-03-28 Thread Christian Couder
Otherwise the error from `git rev-parse` is uselessly polluting the debug output. Signed-off-by: Christian Couder --- t/t6050-replace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t6050-replace.sh b/t/t6050-replace.sh index 41b177936e..5cb8281bab 100755 --- a/t/t6050-r