From 97cdb3cb5c7c20da3bc28962001b33c4ea083d69 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 3 Jan 2007 00:42:23 +0100 Subject: ipcs: add regression test for output headers Signed-off-by: Karel Zak --- tests/functions.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/functions.sh') diff --git a/tests/functions.sh b/tests/functions.sh index 64392e4d5..2a18ef583 100644 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -15,6 +15,8 @@ function ts_init { TS_DIFF="$TS_DIFFDIR/$TS_NAME" TS_EXPECTED="$TS_EXPECTEDDIR/$TS_NAME" + rm -f $TS_OUTPUT + printf "%15s: %-25s ..." "$TS_COMPONENT" "$TS_DESC" } @@ -30,6 +32,9 @@ function ts_finalize { else res=0 fi + else + echo " IGNORE (expected output undefined)" + exit 0 fi if [ $res -eq 0 ]; then echo " OK" -- cgit v1.2.3-55-g7522