Skip to content

Commit

Permalink
Fix jaspervdj#13: portable stdin test
Browse files Browse the repository at this point in the history
Hopefully, 'cat' works the same under all Unix flavors...
  • Loading branch information
andreasabel authored Sep 9, 2021
1 parent c904f6f commit 1d43342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/stdin.goldplate
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"command": "rev",
"command": "cat",
"stdin": "hello world",
"asserts": [
{"exit_code": 0},
Expand Down
2 changes: 1 addition & 1 deletion tests/stdin.stdout
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dlrow olleh
hello world

0 comments on commit 1d43342

Please sign in to comment.