Message ID | 20180601072838.13196-5-pvorel@suse.cz |
---|---|
State | Accepted |
Delegated to: | Petr Vorel |
Headers | show |
Series | Add TST_TEST_DATA and TST_TEST_DATA_IFS + cleanup | expand |
diff --git a/testcases/lib/tst_test.sh b/testcases/lib/tst_test.sh index 098ff7bd2..621e3eec0 100644 --- a/testcases/lib/tst_test.sh +++ b/testcases/lib/tst_test.sh @@ -88,7 +88,7 @@ _tst_inc_res() TWARN) TST_WARN=$((TST_WARN+1));; TCONF) TST_CONF=$((TST_CONF+1));; TINFO) ;; - *) tst_brk TBROK "Invalid resm type '$1'";; + *) tst_brk TBROK "Invalid res type '$1'";; esac }
resm is for legacy API. Signed-off-by: Petr Vorel <pvorel@suse.cz> --- testcases/lib/tst_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)