forked from lix-project/lix
* Skip this test on Cygwin, too slow (and doesn't test anything Cygwin-specific).
This commit is contained in:
parent
c937b73622
commit
d7f40357e3
|
@ -1,5 +1,8 @@
|
||||||
source common.sh
|
source common.sh
|
||||||
|
|
||||||
|
# This takes way to long on Cygwin (because process creation is so slow...).
|
||||||
|
if test "$system" = i686-cygwin; then exit 0; fi
|
||||||
|
|
||||||
max=5000
|
max=5000
|
||||||
|
|
||||||
reference=$NIX_STORE_DIR/abcdef
|
reference=$NIX_STORE_DIR/abcdef
|
||||||
|
|
Loading…
Reference in a new issue