summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-09-05 09:49:05 -0700
committerWilliam A. Kennington III <william@wkennington.com>2014-09-05 09:49:05 -0700
commit6fb6ba48f85f7ec8f954428468e96ce55f5535a3 (patch)
treee8e3f75dee991224322526d01432b271e67070b7 /nixos
parente07e1c3fdfda965ce244bf077cf98fd736be622f (diff)
downloadnixlib-6fb6ba48f85f7ec8f954428468e96ce55f5535a3.tar
nixlib-6fb6ba48f85f7ec8f954428468e96ce55f5535a3.tar.gz
nixlib-6fb6ba48f85f7ec8f954428468e96ce55f5535a3.tar.bz2
nixlib-6fb6ba48f85f7ec8f954428468e96ce55f5535a3.tar.lz
nixlib-6fb6ba48f85f7ec8f954428468e96ce55f5535a3.tar.xz
nixlib-6fb6ba48f85f7ec8f954428468e96ce55f5535a3.tar.zst
nixlib-6fb6ba48f85f7ec8f954428468e96ce55f5535a3.zip
nixos/installer-test: nixos-option syntax correction
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/installer.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 7cab313cec21..3e29bc2a45b0 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -213,8 +213,8 @@ let
 
       # Test nixos-option.
       $machine->succeed("nixos-option boot.initrd.kernelModules | grep virtio_console");
-      $machine->succeed("nixos-option -d boot.initrd.kernelModules | grep 'List of modules'");
-      $machine->succeed("nixos-option -l boot.initrd.kernelModules | grep qemu-guest.nix");
+      $machine->succeed("nixos-option boot.initrd.kernelModules | grep 'List of modules'");
+      $machine->succeed("nixos-option  boot.initrd.kernelModules | grep qemu-guest.nix");
 
       $machine->shutdown;