aboutsummaryrefslogtreecommitdiff
path: root/tests/etc/wydawca.rcin
diff options
context:
space:
mode:
Diffstat (limited to 'tests/etc/wydawca.rcin')
-rw-r--r--tests/etc/wydawca.rcin12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/etc/wydawca.rcin b/tests/etc/wydawca.rcin
index d020eff..a5e2187 100644
--- a/tests/etc/wydawca.rcin
+++ b/tests/etc/wydawca.rcin
@@ -65,8 +65,8 @@ dictionary project-uploader {
spool test {
url ftp://wydawca.test;
- source "@WD_SRC@/test";
- destination "@WD_DST@";
+ source "@WY_SRC@/test";
+ destination "@WY_DST@";
archive directory {
name "archive";
};
@@ -74,8 +74,8 @@ spool test {
spool ckfail {
url ftp://wydawca.ckfail;
- source "@WD_SRC@/fail";
- destination "@WD_DST@";
+ source "@WY_SRC@/fail";
+ destination "@WY_DST@";
archive none;
check-script <<EOT
echo WYDAWCA_SPOOL=$WYDAWCA_SPOOL
@@ -90,8 +90,8 @@ EOT;
spool ckok {
url ftp://wydawca.ckok;
- source "@WD_SRC@/ok";
- destination "@WD_DST@";
+ source "@WY_SRC@/ok";
+ destination "@WY_DST@";
archive none;
check-script "exit 0";
}

Return to:

Send suggestions and report system problems to the System administrator.