Skip to content

Commit

Permalink
not supported on windows!
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein committed Dec 7, 2023
1 parent d0376a6 commit c9815e8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion t/stdin-batch-cmd.txtar
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exec echo 1 2 3 4 5 batch median
stdin stdout
exec testrpn
stdout '3\n'
[unix] stdout '3\n'
2 changes: 1 addition & 1 deletion t/stdin-batch.txtar
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exec echo 1 2 3 4 5
stdin stdout
exec testrpn median
stdout '3\n'
[unix] stdout '3\n'
2 changes: 1 addition & 1 deletion t/stdin-calc.txtar
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exec echo 10 10 +
stdin stdout
exec testrpn
stdout '20\n'
[unix] stdout '20\n'
2 changes: 1 addition & 1 deletion t/stdin-help.txtar
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
stdin input.txt
exec testrpn
stdout 'Available configuration commands'
[unix] stdout 'Available configuration commands'

-- input.txt --
?
2 changes: 1 addition & 1 deletion t/stdin-use-vars.txtar
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
stdin input.txt
exec testrpn
stdout '28\n'
[unix] stdout '28\n'

-- input.txt --
10
Expand Down
2 changes: 1 addition & 1 deletion t/stdint-explicit-batch.txtar
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exec echo 1 2 3 4 5 median
stdin stdout
exec testrpn -b
stdout '3\n'
[unix] stdout '3\n'

0 comments on commit c9815e8

Please sign in to comment.