Skip to content

Commit

Permalink
Fix nix-copy-closure test on 16.03
Browse files Browse the repository at this point in the history
(cherry picked from commit b86555a)
  • Loading branch information
edolstra committed Sep 6, 2016
1 parent 16e88f0 commit f668fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nix-copy-closure.nix
Expand Up @@ -4,7 +4,7 @@

with import <nixpkgs/nixos/lib/testing.nix> { inherit system; };

makeTest (let pkgA = pkgs.aterm; pkgB = pkgs.wget; pkgC = pkgs.hello; in {
makeTest (let pkgA = pkgs.cowsay; pkgB = pkgs.wget; pkgC = pkgs.hello; in {

nodes =
{ client =
Expand Down

0 comments on commit f668fdb

Please sign in to comment.