diff --git a/tests/01-self_files.sh b/tests/01-self_files.sh index 17e68c9..2fc36ca 100644 --- a/tests/01-self_files.sh +++ b/tests/01-self_files.sh @@ -14,7 +14,8 @@ abtest_self_files_test() { for i in "$SRCDIR"/autobuild/tests/T*.sh do - arch_loadfile $i + abinfo "Loading test case file ${i} and performing tests ..." + . $i abtest || abtest_non-zero-handler $? $i abtest_unprivileged || abtest_non-zero-handler $? $i unset abtest abtest_unprivileged