Skip to content

Commit

Permalink
tests.bittorrent: use a file instead of a directory
Browse files Browse the repository at this point in the history
nixUnstable.src is a directory, which made cp fail without -r
  • Loading branch information
globin committed Jan 26, 2017
1 parent 1294909 commit 5de731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/bittorrent.nix
Expand Up @@ -11,7 +11,7 @@ import ./make-test.nix ({ pkgs, ... }:
let

# Some random file to serve.
file = pkgs.nixUnstable.src;
file = pkgs.hello.src;

miniupnpdConf = nodes: pkgs.writeText "miniupnpd.conf"
''
Expand Down

0 comments on commit 5de731c

Please sign in to comment.