diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-06-16T13·27+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-06-16T13·27+0000 |
commit | d7f40357e328c54694edd24e5b2687fe5789528e (patch) | |
tree | add45db53dc44c9ce5b9d0ca9a6b0a6cf375ff21 /tests | |
parent | c937b736227384e6c2f4f477796fc3ce02d1229a (diff) |
* Skip this test on Cygwin, too slow (and doesn't test anything Cygwin-specific).
Diffstat (limited to 'tests')
-rw-r--r-- | tests/referrers.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/referrers.sh b/tests/referrers.sh index 9744a30d44ef..2f8a1a465e1e 100644 --- a/tests/referrers.sh +++ b/tests/referrers.sh @@ -1,5 +1,8 @@ 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 reference=$NIX_STORE_DIR/abcdef |