not supported on windows!

This commit is contained in:
2023-12-07 13:55:12 +01:00
parent d0376a63e3
commit c9815e8ba3
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
exec echo 1 2 3 4 5 batch median exec echo 1 2 3 4 5 batch median
stdin stdout stdin stdout
exec testrpn exec testrpn
stdout '3\n' [unix] stdout '3\n'

View File

@@ -1,4 +1,4 @@
exec echo 1 2 3 4 5 exec echo 1 2 3 4 5
stdin stdout stdin stdout
exec testrpn median exec testrpn median
stdout '3\n' [unix] stdout '3\n'

View File

@@ -1,4 +1,4 @@
exec echo 10 10 + exec echo 10 10 +
stdin stdout stdin stdout
exec testrpn exec testrpn
stdout '20\n' [unix] stdout '20\n'

View File

@@ -1,6 +1,6 @@
stdin input.txt stdin input.txt
exec testrpn exec testrpn
stdout 'Available configuration commands' [unix] stdout 'Available configuration commands'
-- input.txt -- -- input.txt --
? ?

View File

@@ -1,6 +1,6 @@
stdin input.txt stdin input.txt
exec testrpn exec testrpn
stdout '28\n' [unix] stdout '28\n'
-- input.txt -- -- input.txt --
10 10

View File

@@ -1,4 +1,4 @@
exec echo 1 2 3 4 5 median exec echo 1 2 3 4 5 median
stdin stdout stdin stdout
exec testrpn -b exec testrpn -b
stdout '3\n' [unix] stdout '3\n'