diff options
author | Gianni Ceccarelli <gianni.ceccarelli@broadbean.com> | 2023-07-26 11:50:37 +0100 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@broadbean.com> | 2023-07-26 11:50:37 +0100 |
commit | 0da5f0a49593bf9a24f15a8c4ff7a36ff4d04c69 (patch) | |
tree | 3e33e52d82875383749fcb6f37985da3c3505345 /t/testlib.sh | |
parent | remove old implementation (diff) | |
download | bash-object-system-0da5f0a49593bf9a24f15a8c4ff7a36ff4d04c69.tar.gz bash-object-system-0da5f0a49593bf9a24f15a8c4ff7a36ff4d04c69.tar.bz2 bash-object-system-0da5f0a49593bf9a24f15a8c4ff7a36ff4d04c69.zip |
very rough parameter parser
Diffstat (limited to 't/testlib.sh')
-rw-r--r-- | t/testlib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/testlib.sh b/t/testlib.sh index edbd973..d506257 100644 --- a/t/testlib.sh +++ b/t/testlib.sh @@ -2,6 +2,7 @@ PS4='[${#FUNCNAME[*]}] ${BASH_SOURCE[0]}:${LINENO} (${FUNCNAME[0]}) +' +. bos-args.sh . bos-dispatch.sh . bos-namespaces.sh . bos-object-id.sh |