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