summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/expect.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/expect.py b/commands/expect.py
index a3d1b32d..355f2cff 100644
--- a/commands/expect.py
+++ b/commands/expect.py
@@ -167,7 +167,6 @@ def main():
cmd=args,
stdout="skipped, since %s exists" % v,
changed=False,
- stderr=False,
rc=0
)
@@ -181,7 +180,6 @@ def main():
cmd=args,
stdout="skipped, since %s does not exist" % v,
changed=False,
- stderr=False,
rc=0
)