aboutsummaryrefslogtreecommitdiff
path: root/tests/check-ok.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check-ok.at')
-rw-r--r--tests/check-ok.at11
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/check-ok.at b/tests/check-ok.at
index 3193be6..11ee9a1 100644
--- a/tests/check-ok.at
+++ b/tests/check-ok.at
@@ -17,7 +17,7 @@
AT_SETUP([Verification test success])
AT_KEYWORDS([uploads check-test check-success check-ok])
-AT_DATA([template],
+AT_DATA([experr],
[wydawca: [[NOTICE]] AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION) started
wydawca: [[NOTICE]] file.directive.asc: VERSION: 1.1
wydawca: [[NOTICE]] file.directive.asc: COMMENT: Gnupload for Wydawca testsuite
@@ -39,19 +39,14 @@ wydawca: [[NOTICE]] AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION) fini
])
AT_CHECK([
-wydawca_init_testdirs
wydawca_config wydawca.cf
wydawca_upload ok file
-
-wydawca_expandmeta template experr
-
-wydawca $WY_FORCE --no-preproc -c wydawca.cf || exit $?
+wydawca $WY_FORCE --no-preproc -c wydawca.cf 2>err|| exit $?
+cat err | cwdrepl >&2
wydawca_cmp proj file file.sig
],
[0],
[],
[experr])
-wydawca_clean_testdirs
-
AT_CLEANUP

Return to:

Send suggestions and report system problems to the System administrator.