Re: [GSoC][PATCH v8 03/20] stash: update test cases conform to coding guidelines

2018-08-30 Thread Junio C Hamano
Paul-Sebastian Ungureanu writes: > Removed whitespaces after redirection operators. A clean-up that is long overdue. Thanks. The result still has some rooms to improve (e.g. the preparation of 'expect' file probably should be done in a test_expect_success block of the setup step; some are

[GSoC][PATCH v8 03/20] stash: update test cases conform to coding guidelines

2018-08-30 Thread Paul-Sebastian Ungureanu
Removed whitespaces after redirection operators. Signed-off-by: Paul-Sebastian Ungureanu --- t/t3903-stash.sh | 120 --- 1 file changed, 61 insertions(+), 59 deletions(-) diff --git a/t/t3903-stash.sh b/t/t3903-stash.sh index af7586d43d..de6cab1fe7