mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-18 20:57:56 +00:00
Improve test framework: expose shellarg() function
This commit is contained in:
parent
ee6d9d8ea3
commit
18424a4f1e
@ -378,6 +378,12 @@ teardown() {
|
||||
# The following functions are provided to facilitate writing test cases and
|
||||
# fixtures.
|
||||
|
||||
# Add quotations to the given arguments to allow them to be expanded intact
|
||||
# in eval expressions.
|
||||
shellarg() {
|
||||
_tfw_shellarg "$@"
|
||||
}
|
||||
|
||||
# Echo the absolute path (containing symlinks if given) of the given
|
||||
# file/directory, which does not have to exist or even be accessible.
|
||||
abspath() {
|
||||
|
Loading…
Reference in New Issue
Block a user