Skip to content

Commit 5de731c

Browse files
committedJan 26, 2017
tests.bittorrent: use a file instead of a directory
nixUnstable.src is a directory, which made cp fail without -r
1 parent 1294909 commit 5de731c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎nixos/tests/bittorrent.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import ./make-test.nix ({ pkgs, ... }:
1111
let
1212

1313
# Some random file to serve.
14-
file = pkgs.nixUnstable.src;
14+
file = pkgs.hello.src;
1515

1616
miniupnpdConf = nodes: pkgs.writeText "miniupnpd.conf"
1717
''

0 commit comments

Comments
 (0)