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 <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
c1e06d11c7
commit
2ab56603bf
@ -262,8 +262,12 @@ test_expect_success 'test "status --recursive"' '
|
|||||||
test_cmp expect actual
|
test_cmp expect actual
|
||||||
'
|
'
|
||||||
|
|
||||||
sed -e "/nested2 /s/.*/+$nested2sha1 nested1\/nested2 (file2~1)/;/sub[1-3]/d" < expect > expect2
|
cat > expect <<EOF
|
||||||
mv -f expect2 expect
|
$nested1sha1 nested1 (heads/master)
|
||||||
|
+$nested2sha1 nested1/nested2 (file2~1)
|
||||||
|
$nested3sha1 nested1/nested2/nested3 (heads/master)
|
||||||
|
$submodulesha1 nested1/nested2/nested3/submodule (heads/master)
|
||||||
|
EOF
|
||||||
|
|
||||||
test_expect_success 'ensure "status --cached --recursive" preserves the --cached flag' '
|
test_expect_success 'ensure "status --cached --recursive" preserves the --cached flag' '
|
||||||
(
|
(
|
||||||
|
Reference in New Issue
Block a user