summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorLibravatar Avery Pennarun <apenwarr@gmail.com>2009-04-26 16:33:38 -0400
committerLibravatar Avery Pennarun <apenwarr@gmail.com>2009-04-26 16:33:38 -0400
commita046c7b124de17c4f8aa8f1c3ee7fa5745dde30e (patch)
treef981b3071f4eedd89731d744381b10a14a86b6f4 /test.sh
parentAdd some basic assertions to test.sh. (diff)
downloadtgif-a046c7b124de17c4f8aa8f1c3ee7fa5745dde30e.tar.xz
test.sh tweak
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 4f2b674e5d..ef1c70e1e6 100755
--- a/test.sh
+++ b/test.sh
@@ -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'