aboutsummaryrefslogtreecommitdiff
path: root/tests/upl12f.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/upl12f.at')
-rw-r--r--tests/upl12f.at61
1 files changed, 0 insertions, 61 deletions
diff --git a/tests/upl12f.at b/tests/upl12f.at
deleted file mode 100644
index 51d02e9..0000000
--- a/tests/upl12f.at
+++ /dev/null
@@ -1,61 +0,0 @@
-# Check working uploads -*- Autotest -*-
-# Copyright (C) 2009-2012, 2017, 2019-2020 Sergey Poznyakoff
-#
-# Wydawca is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# Wydawca is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Wydawca. If not, see <http://www.gnu.org/licenses/>.
-
-AT_SETUP([Implicit archivation disabled (version 1.2)])
-AT_KEYWORDS([upl12f])
-
-AT_DATA([experr],
-[wydawca: [[NOTICE]] AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION) started
-wydawca: [[NOTICE]] file.directive.asc: VERSION: 1.2
-wydawca: [[NOTICE]] file.directive.asc: COMMENT: Gnupload for Wydawca testsuite
-wydawca: [[ERR]] refusing to upload file because it already exists and replace is not allowed
-wydawca: [[NOTICE]] removing ./source/test/file
-wydawca: [[NOTICE]] removing ./source/test/file.sig
-wydawca: [[NOTICE]] removing ./source/test/file.directive.asc
-wydawca: [[INFO]] errors: 1
-wydawca: [[INFO]] warnings: 0
-wydawca: [[INFO]] bad signatures: 0
-wydawca: [[INFO]] access violation attempts: 0
-wydawca: [[INFO]] complete triplets: 1
-wydawca: [[INFO]] incomplete triplets: 0
-wydawca: [[INFO]] bad triplets: 0
-wydawca: [[INFO]] expired triplets: 0
-wydawca: [[INFO]] triplet successes: 0
-wydawca: [[INFO]] files uploaded: 0
-wydawca: [[INFO]] files archived: 0
-wydawca: [[INFO]] symlinks created: 0
-wydawca: [[INFO]] symlinks removed: 0
-wydawca: [[INFO]] check failures: 0
-wydawca: [[NOTICE]] AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION) finished
-])
-
-AT_CHECK([
-wydawca_config wydawca.cf
-mkdir dest/proj
-cp "$WY_DISTDIR/file" dest/proj
-cp "$WY_DISTDIR/file.sig" dest/proj
-
-wydawca_upload test file file12f.directive.asc
-
-wydawca $WY_FORCE --no-preproc -c wydawca.cf 2>err || exit $?
-cat err | cwdrepl >&2
-wydawca_cmp proj file file.sig
-],
-[0],
-[],
-[experr])
-
-AT_CLEANUP

Return to:

Send suggestions and report system problems to the System administrator.