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