summaryrefslogtreecommitdiff
path: root/t/chainlint/t7900-subtree.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/t7900-subtree.expect')
-rw-r--r--t/chainlint/t7900-subtree.expect6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/chainlint/t7900-subtree.expect b/t/chainlint/t7900-subtree.expect
index f769244ef6..215aca01c2 100644
--- a/t/chainlint/t7900-subtree.expect
+++ b/t/chainlint/t7900-subtree.expect
@@ -1,10 +1,10 @@
(
chks="sub1sub2sub3sub4" &&
chks_sub=$(cat | sed "s,^,sub dir/,"
->>) &&
+) &&
chkms="main-sub1main-sub2main-sub3main-sub4" &&
chkms_sub=$(cat | sed "s,^,sub dir/,"
->>) &&
+) &&
subfiles=$(git ls-files) &&
check_equal "$subfiles" "$chkms$chks"
->)
+)