diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/recursive.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/recursive.sh b/tests/recursive.sh index 62896c015..394ae5ddb 100644 --- a/tests/recursive.sh +++ b/tests/recursive.sh @@ -1,5 +1,8 @@ source common.sh +# FIXME +if [[ $(uname) != Linux ]]; then exit; fi + clearStore export unreachable=$(nix add-to-store ./recursive.sh) |