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