mirror of https://gitee.com/openkylin/sysstat.git
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
|
. tests/variables
|
||
|
if [ ! -z "$VER_JSON" ]; then
|
||
|
cat tests/out.data-wghfreq-sadf-j.tmp | $VER_JSON >/dev/null
|
||
|
else
|
||
|
echo Skipped
|
||
|
fi
|