. tests/variables
if [ ! -z "$VER_JSON" ]; then
rm -f tests/root
ln -s root1 tests/root
./iostat -p ALL -o JSON 1 10 | $VER_JSON >/dev/null
else
echo Skipped
fi