From 733767430dd01a1490b2036ea5e49a57255b7eb9 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sun, 19 Apr 2020 08:38:34 +0200 Subject: [PATCH] Update non regression tests Signed-off-by: Sebastien GODARD --- tests/00976 | 2 +- tests/TLIST | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/00976 b/tests/00976 index 2a6bdef..0c2263c 100644 --- a/tests/00976 +++ b/tests/00976 @@ -1,3 +1,3 @@ rm -f tests/root ln -s root6 tests/root -LC_ALL=C TZ=GMT ./sar -q PSI 1 1 2>&1 | grep "Inconsistent input data" >/dev/null +LC_ALL=C TZ=GMT ./sar -q PSI 1 1 2>&1 | grep "Inconsistent input data" >/dev/null && exit 1 || exit 0 diff --git a/tests/TLIST b/tests/TLIST index d9bf38c..ba69adf 100644 --- a/tests/TLIST +++ b/tests/TLIST @@ -203,7 +203,7 @@ NOTES: 00970 LC_ALL=C TZ=GMT ./sar -q ALL 1 1 > tests/out1.sar-qALL.tmp 00972 diff -u tests/out1.sar-qALL.tmp tests/expected1.sar-qALL 00974 LC_ALL=C TZ=GMT ./sar -q PSI 1 1 2>&1 | grep "Requested activities not available" >/dev/null -00976 LC_ALL=C TZ=GMT ./sar -q PSI 1 1 2>&1 | grep "Inconsistent input data" >/dev/null +00976 LC_ALL=C TZ=GMT ./sar -q PSI 1 1 2>&1 | grep "Inconsistent input data" >/dev/null && exit 1 || exit 0 00980 4 x TZ=GMT ./sadc --unix_time=xxxxxxx tests/data1.tmp 1 1 >/dev/null 00982 LC_ALL=C TZ=GMT ./sar -f tests/data1.tmp -q ALL > tests/out2.sar-q.tmp 00984 diff -u tests/out2.sar-q.tmp tests/expected2.sar-q -- 2.40.0