Skip to content

Commit a046c7b

Browse files
committed
test.sh tweak
1 parent 1490e15 commit a046c7b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ git branch sub2 FETCH_HEAD
100100
git subtree merge --prefix=subdir FETCH_HEAD
101101
git branch pre-split
102102

103-
split1=$(git subtree split --annotate='*' --prefix subdir --onto FETCH_HEAD --rejoin)
103+
split1=$(git subtree split --annotate='*' \
104+
--prefix subdir --onto FETCH_HEAD --rejoin)
104105
echo "split1={$split1}"
105106
git branch split1 "$split1"
106107

@@ -161,3 +162,5 @@ check_equal "$mainfiles" "$chkm $chkms_sub $chks_sub"
161162
allchanges=$(git log --name-only --pretty=format:'' | sort | fixnl)
162163
check_equal "$allchanges" "$chkm $chkms $chks $chkms_sub"
163164

165+
echo
166+
echo 'ok'

0 commit comments

Comments
 (0)