test/sandbox: fix stdout tty check
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -48,7 +48,7 @@ let
|
||||
inherit (tc) tty mapRealUid;
|
||||
share = foot;
|
||||
packages = [ ];
|
||||
command = "${checkSandbox tc.name tc.want} > /dev/console";
|
||||
command = builtins.toString (checkSandbox tc.name tc.want);
|
||||
};
|
||||
in
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user