diff --git a/nixos/tests/castopod.nix b/nixos/tests/castopod.nix index 9f167c154340..57e035354d23 100644 --- a/nixos/tests/castopod.nix +++ b/nixos/tests/castopod.nix @@ -208,7 +208,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: text = '' out=/tmp/podcast.mp3 sox -n -r 48000 -t wav - synth ${targetPodcastDuration} sine 440 ` - `| lame --noreplaygain -cbr -q 9 -b 320 - $out + `| lame --noreplaygain --cbr -q 9 -b 320 - $out FILESIZE="$(stat -c%s $out)" [ "$FILESIZE" -gt 0 ] [ "$FILESIZE" -le "${toString targetPodcastSize}" ]