aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/coq-makefile/coqdoc2
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-05-26 22:20:31 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-05-26 22:22:55 +0200
commit0730de7d9b6e7fbf6d6b5c738e94eaf64045938f (patch)
tree37d8ca8cb6cdd9839ccd580a57f5195cef31ed17 /test-suite/coq-makefile/coqdoc2
parent4445158c58756a315dbbbf5773fc691dd61b61f1 (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/coqdoc2')
-rwxr-xr-xtest-suite/coq-makefile/coqdoc2/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/coq-makefile/coqdoc2/run.sh b/test-suite/coq-makefile/coqdoc2/run.sh
index e071f1db7..56602564f 100755
--- a/test-suite/coq-makefile/coqdoc2/run.sh
+++ b/test-suite/coq-makefile/coqdoc2/run.sh
@@ -11,7 +11,7 @@ make html mlihtml
make install DSTROOT="$PWD/tmp"
make install-doc DSTROOT="$PWD/tmp"
#make debug
-(for d in `find tmp -name user-contrib`; do pushd $d >/dev/null; find; popd >/dev/null; done) | sort -u > actual
+(for d in `find tmp -name user-contrib`; do pushd $d >/dev/null; find .; popd >/dev/null; done) | sort -u > actual
sort -u > desired <<EOT
.
./test