added test function
This commit is contained in:
@@ -25,6 +25,8 @@ update_scm_breeze() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_create_or_patch_scmbrc() {
|
_create_or_patch_scmbrc() {
|
||||||
|
testfunc() { echo 'i should exist after updating'; }
|
||||||
|
|
||||||
# Create or attempt to patch '~/.*.scmbrc' files.
|
# Create or attempt to patch '~/.*.scmbrc' files.
|
||||||
patchfile=$(mktemp)
|
patchfile=$(mktemp)
|
||||||
for scm in git; do
|
for scm in git; do
|
||||||
|
|||||||
Reference in New Issue
Block a user