about summary refs log tree commit diff
path: root/e2e-tests/tools
diff options
context:
space:
mode:
Diffstat (limited to 'e2e-tests/tools')
-rw-r--r--e2e-tests/tools/int-for-float-input.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/e2e-tests/tools/int-for-float-input.scm b/e2e-tests/tools/int-for-float-input.scm
index 18b2f1f..a2f351e 100644
--- a/e2e-tests/tools/int-for-float-input.scm
+++ b/e2e-tests/tools/int-for-float-input.scm
@@ -1,3 +1,3 @@
-(command #:inputs (message #:type float)
-         #:run "echo" message
+(command #:inputs (message1 #:type float) (message2 #:type float)
+         #:run "echo" message1 message2
          #:outputs (output_message #:type stdout))