diff options
| author | Hugo Herbelin | 2017-05-26 22:20:31 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2017-05-26 22:22:55 +0200 |
| commit | 0730de7d9b6e7fbf6d6b5c738e94eaf64045938f (patch) | |
| tree | 37d8ca8cb6cdd9839ccd580a57f5195cef31ed17 /test-suite/coq-makefile/plugin3 | |
| parent | 4445158c58756a315dbbbf5773fc691dd61b61f1 (diff) | |
Changes to make coq-makefile not failing on MacOS X.
There is still however a failure with "rmdir --ignore-fail-on-non-empty".
Diffstat (limited to 'test-suite/coq-makefile/plugin3')
| -rwxr-xr-x | test-suite/coq-makefile/plugin3/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/coq-makefile/plugin3/run.sh b/test-suite/coq-makefile/plugin3/run.sh index 684e0ece82..6bccf4d698 100755 --- a/test-suite/coq-makefile/plugin3/run.sh +++ b/test-suite/coq-makefile/plugin3/run.sh @@ -11,7 +11,7 @@ make make html mlihtml make install DSTROOT="$PWD/tmp" #make debug -(cd `find tmp -name user-contrib`; find) | sort > actual +(cd `find tmp -name user-contrib`; find .) | sort > actual sort > desired <<EOT . ./test |
