diff options
Diffstat (limited to 'tests/functional/ca/gc.sh')
-rwxr-xr-x | tests/functional/ca/gc.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/functional/ca/gc.sh b/tests/functional/ca/gc.sh new file mode 100755 index 000000000..e9b6c5ab5 --- /dev/null +++ b/tests/functional/ca/gc.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Ensure that garbage collection works properly with ca derivations + +source common.sh + +export NIX_TESTS_CA_BY_DEFAULT=1 + +cd .. +source gc.sh |