Unverified Commit 6aa913f0 authored by Adam C. Stephens's avatar Adam C. Stephens
Browse files

nixos/tests/incus: fix user feature

parent 099cd0e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -202,8 +202,8 @@ in
              server.succeed("incus project show user-1000")
              # users shouldn't be able to list storage pools
              server.fail("su - testuser bash -c 'incus storage list'")


              # user can create an instance
              server.succeed("su - testuser bash -c 'incus create --empty'")
        ''
    + instanceScript;
}