added test function

This commit is contained in:
Nathan Broadbent
2011-10-19 18:13:24 +08:00
parent 25d4d250cb
commit 16f14291bf

View File

@@ -25,6 +25,8 @@ update_scm_breeze() {
}
_create_or_patch_scmbrc() {
testfunc() { echo 'i should exist after updating'; }
# Create or attempt to patch '~/.*.scmbrc' files.
patchfile=$(mktemp)
for scm in git; do