diff options
author | 2009-04-26 16:33:38 -0400 | |
---|---|---|
committer | 2009-04-26 16:33:38 -0400 | |
commit | a046c7b124de17c4f8aa8f1c3ee7fa5745dde30e (patch) | |
tree | f981b3071f4eedd89731d744381b10a14a86b6f4 /test.sh | |
parent | Add some basic assertions to test.sh. (diff) | |
download | tgif-a046c7b124de17c4f8aa8f1c3ee7fa5745dde30e.tar.xz |
test.sh tweak
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -100,7 +100,8 @@ git branch sub2 FETCH_HEAD git subtree merge --prefix=subdir FETCH_HEAD git branch pre-split -split1=$(git subtree split --annotate='*' --prefix subdir --onto FETCH_HEAD --rejoin) +split1=$(git subtree split --annotate='*' \ + --prefix subdir --onto FETCH_HEAD --rejoin) echo "split1={$split1}" git branch split1 "$split1" @@ -161,3 +162,5 @@ check_equal "$mainfiles" "$chkm $chkms_sub $chks_sub" allchanges=$(git log --name-only --pretty=format:'' | sort | fixnl) check_equal "$allchanges" "$chkm $chkms $chks $chkms_sub" +echo +echo 'ok' |