Merge pull request #1065 from ocaml/test-cat-output

Do not rely on cat output in tests
This commit is contained in:
Etienne Millon 2018-07-30 17:45:27 +02:00 committed by GitHub
commit fc5e3e7b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
$ cat dune-project
cat: dune-project: No such file or directory
[1]
$ [ -e dune-project ] || echo File does not exist
File does not exist
$ mkdir src
$ echo '(alias (name runtest) (action (progn)))' > src/dune
$ dune build