diff options
Diffstat (limited to 'third_party/nix/tests/plugins.sh')
-rw-r--r-- | third_party/nix/tests/plugins.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/nix/tests/plugins.sh b/third_party/nix/tests/plugins.sh deleted file mode 100644 index 4b1baeddce32..000000000000 --- a/third_party/nix/tests/plugins.sh +++ /dev/null @@ -1,7 +0,0 @@ -source common.sh - -set -o pipefail - -res=$(nix eval '(builtins.anotherNull)' --option setting-set true --option plugin-files $PWD/plugins/libplugintest*) - -[ "$res"x = "nullx" ] |