mem test issues with set variables between tests
This commit is contained in:
parent
bf04131e54
commit
93a8ddbd7b
6 changed files with 9 additions and 3 deletions
|
|
@ -12,6 +12,11 @@ s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi
|
|||
|
||||
: ${clixon_util_path:=clixon_util_path -a -D $DBG}
|
||||
|
||||
if [ $nr -lt 2 ] ; then
|
||||
echo "nr==$nr must be > 1"
|
||||
exit
|
||||
fi
|
||||
|
||||
# Number of list/leaf-list entries
|
||||
: ${nr:=100}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue