3
0
Fork 0
forked from mirrors/nixpkgs

nixos/tests/containers-tmpfs: fix test name

This commit is contained in:
Franz Pletz 2018-03-12 22:26:23 +01:00
parent 5461e72cc9
commit b0fa004fa9
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -1,7 +1,7 @@
# Test for NixOS' container support.
import ./make-test.nix ({ pkgs, ...} : {
name = "containers-bridge";
name = "containers-tmpfs";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ ckampka ];
};