]> granicus.if.org Git - sysstat/blob - tests/00090
Merge branch 'scop-grep-E'
[sysstat] / tests / 00090
1 . tests/variables
2 if [ "${TGLIB32}" = "yes" ]; then
3         rm -f tests/data32-ssr.tmp
4
5         rm -f tests/root
6         ln -s root1 tests/root
7         TZ=GMT tests/32bits/sadc32 --unix_time=1555593609 -S XALL tests/data32-ssr.tmp 1 1 >/dev/null
8
9         rm -f tests/root
10         ln -s root2 tests/root
11         TZ=GMT tests/32bits/sadc32 --unix_time=1555593619 -S XALL tests/data32-ssr.tmp 1 1 >/dev/null
12 else
13         echo Skipped
14 fi