From: Stefan Beller Date: Wed, 30 Mar 2016 01:27:46 +0000 (-0700) Subject: t7407: make expectation as clear as possible X-Git-Tag: v2.8.3~24^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ab56603bffb7aed6ec6d2a36deddfdf49cfd5ad;p=thirdparty%2Fgit.git t7407: make expectation as clear as possible Not everyone (including me) grasps the sed expression in a split second as they would grasp the 4 lines printed as is. Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano --- diff --git a/t/t7407-submodule-foreach.sh b/t/t7407-submodule-foreach.sh index 4b35e12a73..6ba5daf42e 100755 --- a/t/t7407-submodule-foreach.sh +++ b/t/t7407-submodule-foreach.sh @@ -262,8 +262,12 @@ test_expect_success 'test "status --recursive"' ' test_cmp expect actual ' -sed -e "/nested2 /s/.*/+$nested2sha1 nested1\/nested2 (file2~1)/;/sub[1-3]/d" < expect > expect2 -mv -f expect2 expect +cat > expect <