aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/env.at4
-rw-r--r--tests/respawn.at2
-rw-r--r--tests/shell.at2
-rw-r--r--tests/shutdown.at4
-rw-r--r--tests/startup.at4
5 files changed, 8 insertions, 8 deletions
diff --git a/tests/env.at b/tests/env.at
index c293c65..18b0e52 100644
--- a/tests/env.at
+++ b/tests/env.at
@@ -15,12 +15,12 @@ component envtest {
15 stdout file "$PWD/log"; 15 stdout file "$PWD/log";
16 return-code 0 { 16 return-code 0 {
17 action disable; 17 action disable;
18 exec "piesctl --url unix:///$PWD/pies.ctl shutdown"; 18 exec "piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown";
19 } 19 }
20} 20}
21_EOT 21_EOT
22 22
23to 3 \ 23to 5 \
24 envtest -exec \ 24 envtest -exec \
25 $abs_top_builddir/src/pies --foreground --stderr \ 25 $abs_top_builddir/src/pies --foreground --stderr \
26 --config-file control.conf --config-file envtest.conf 2>errlog 26 --config-file control.conf --config-file envtest.conf 2>errlog
diff --git a/tests/respawn.at b/tests/respawn.at
index 0ba60dc..ab29f11 100644
--- a/tests/respawn.at
+++ b/tests/respawn.at
@@ -27,7 +27,7 @@ component test {
27 chdir $PWD; 27 chdir $PWD;
28 return-code 1 { 28 return-code 1 {
29 action disable; 29 action disable;
30 exec "piesctl --url unix:///$PWD/pies.ctl shutdown"; 30 exec "piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown";
31 } 31 }
32} 32}
33_EOT 33_EOT
diff --git a/tests/shell.at b/tests/shell.at
index e3d104b..b459d02 100644
--- a/tests/shell.at
+++ b/tests/shell.at
@@ -29,7 +29,7 @@ component test {
29 chdir $PWD; 29 chdir $PWD;
30 return-code 1 { 30 return-code 1 {
31 action disable; 31 action disable;
32 exec "piesctl --url unix:///$PWD/pies.ctl shutdown"; 32 exec "piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown";
33 } 33 }
34} 34}
35_EOT 35_EOT
diff --git a/tests/shutdown.at b/tests/shutdown.at
index 1c2a4ef..24a4504 100644
--- a/tests/shutdown.at
+++ b/tests/shutdown.at
@@ -29,7 +29,7 @@ component test {
29 chdir $PWD; 29 chdir $PWD;
30 return-code 1 { 30 return-code 1 {
31 action disable; 31 action disable;
32 exec "piesctl --url unix:///$PWD/pies.ctl shutdown"; 32 exec "piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown";
33 } 33 }
34} 34}
35 35
@@ -42,7 +42,7 @@ _EOT
42set -e 42set -e
43to 5 \ 43to 5 \
44 pies --foreground --stderr \ 44 pies --foreground --stderr \
45 --config-file control.conf --config-file pies.conf 2>errlog 45 --config-file control.conf --config-file pies.conf --debug 1 2>errlog
46 46
47cat shutdown 47cat shutdown
48], 48],
diff --git a/tests/startup.at b/tests/startup.at
index 22ad25b..b65f9f6 100644
--- a/tests/startup.at
+++ b/tests/startup.at
@@ -39,7 +39,7 @@ component test {
39 stderr file "log.err"; 39 stderr file "log.err";
40 return-code * { 40 return-code * {
41 action disable; 41 action disable;
42 exec "piesctl --url unix:///$PWD/pies.ctl shutdown"; 42 exec "piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown";
43 } 43 }
44} 44}
45_EOT 45_EOT
@@ -47,7 +47,7 @@ _EOT
47set -e 47set -e
48to 5 \ 48to 5 \
49 pies --foreground --stderr \ 49 pies --foreground --stderr \
50 --config-file control.conf --config-file pies.conf 2>errlog 50 --config-file control.conf --config-file pies.conf --debug 1 2>errlog
51 51
52cat log.out 52cat log.out
53cat log.err >&2 53cat log.err >&2

Return to:

Send suggestions and report system problems to the System administrator.