Skip to content

Commit

Permalink
fix the test
Browse files Browse the repository at this point in the history
Signed-off-by: Arseniy Alekseyev <[email protected]>
  • Loading branch information
aalekseyev authored and rgrinberg committed Aug 6, 2020
1 parent c2c8c1d commit 52449ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/blackbox-tests/test-cases/github3672.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
$ cat >dune <<EOF
> (rule (with-stdout-to file.txt (run cat)))
> EOF
$ echo foo > file
$ cat file | dune build
$ echo foo | dune build
$ cat _build/default/file.txt

0 comments on commit 52449ef

Please sign in to comment.