From 0730de7d9b6e7fbf6d6b5c738e94eaf64045938f Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Fri, 26 May 2017 22:20:31 +0200 Subject: Changes to make coq-makefile not failing on MacOS X. There is still however a failure with "rmdir --ignore-fail-on-non-empty". --- test-suite/coq-makefile/plugin1/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-suite/coq-makefile/plugin1') diff --git a/test-suite/coq-makefile/plugin1/run.sh b/test-suite/coq-makefile/plugin1/run.sh index 684e0ece82..6bccf4d698 100755 --- a/test-suite/coq-makefile/plugin1/run.sh +++ b/test-suite/coq-makefile/plugin1/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 <