diff options
author | 2011-06-28 22:43:50 +0800 | |
---|---|---|
committer | 2011-07-18 23:23:53 +0800 | |
commit | 3bd66c03c5ad80c17b442bdd7a66c563bc6557ab (patch) | |
tree | 2df96140e6a2087c9459786402b2338f71cf6686 /scripts/isolated_functions.bash | |
parent | Parser: support literal '$' in double quoted string (diff) | |
download | libbash-3bd66c03c5ad80c17b442bdd7a66c563bc6557ab.tar.gz libbash-3bd66c03c5ad80c17b442bdd7a66c563bc6557ab.tar.bz2 libbash-3bd66c03c5ad80c17b442bdd7a66c563bc6557ab.zip |
Build: use bash to verify test scripts
We keep the old style for some tests that behave differently depending
on different bash versions.
Diffstat (limited to 'scripts/isolated_functions.bash')
-rw-r--r-- | scripts/isolated_functions.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/isolated_functions.bash b/scripts/isolated_functions.bash index ffdc14d..bf65f3e 100644 --- a/scripts/isolated_functions.bash +++ b/scripts/isolated_functions.bash @@ -1,3 +1,4 @@ +source $srcdir/utils/isolated-functions.sh die "something wrong" has 123 456 123 456 && echo true has 123 456 13 456 && echo false |