]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Fix tests on Robot Framework 7.0 4775/head
authorAndrew Lewis <nerf@judo.za.org>
Fri, 12 Jan 2024 11:09:37 +0000 (13:09 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Fri, 12 Jan 2024 11:09:37 +0000 (13:09 +0200)
test/functional/cases/150_rspamadm.robot

index 83229dd11d6c407d322907f1e388db1946567160..ef3db98802b44f7fd6b460b46b221ce608f11101 100644 (file)
@@ -17,17 +17,17 @@ Config Help
   Should Be Equal As Integers  ${result.rc}  0
 
 Simple interpreter
-  ${handle} =  Start Process  ${RSPAMADM}  lua
+  ${handle} =  Start Process  ${RSPAMADM}  lua  stdin=PIPE
   ${result} =  Write to stdin  ${handle}  1+1
   Should Be Equal As Strings  ${result}  2\n
 
 Simple interpreter, two results
-  ${handle} =  Start Process  ${RSPAMADM}  lua
+  ${handle} =  Start Process  ${RSPAMADM}  lua  stdin=PIPE
   ${result} =  Write to stdin  ${handle}  1+1, 2 * 5
   Should Be Equal  ${result}  2\n10\n
 
 Process message callback
-  ${handle} =  Start Process  ${RSPAMADM}  lua
+  ${handle} =  Start Process  ${RSPAMADM}  lua  stdin=PIPE
   ${result} =  Write to stdin  ${handle}  .load ${RSPAMD_TESTDIR}/lua/rspamadm/test_message_callback.lua\n.message message_callback ${RSPAMD_TESTDIR}/messages/empty_part.eml
   Should Contain  ${result}  n parts = 2
   Should Contain  ${result}  1\n2\n4\n6