nixos/tests/mpd.nix: mpc_cli -> mpc-cli
This commit is contained in:
parent
b7875ab366
commit
a2658f4633
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
|
||||||
};
|
};
|
||||||
|
|
||||||
testScript = ''
|
testScript = ''
|
||||||
mpc = "${pkgs.mpc_cli}/bin/mpc --wait"
|
mpc = "${pkgs.mpc-cli}/bin/mpc --wait"
|
||||||
|
|
||||||
# Connects to the given server and attempts to play a tune.
|
# Connects to the given server and attempts to play a tune.
|
||||||
def play_some_music(server):
|
def play_some_music(server):
|
||||||
|
|
Loading…
Reference in a new issue