diff options
Diffstat (limited to 'tests/functional/ca/nix-shell.sh')
-rwxr-xr-x | tests/functional/ca/nix-shell.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/functional/ca/nix-shell.sh b/tests/functional/ca/nix-shell.sh new file mode 100755 index 000000000..1c5a6639f --- /dev/null +++ b/tests/functional/ca/nix-shell.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +source common.sh + +CONTENT_ADDRESSED=true +cd .. +source ./nix-shell.sh + |