mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
grsecurity test: adapt to changes in tinycc outputs
This commit is contained in:
parent
a9c347b9e3
commit
28b5cc7dca
@ -36,7 +36,7 @@ import ./make-test.nix ({ pkgs, ...} : {
|
|||||||
# paxmark actually works (otherwise, the process should be terminated)
|
# paxmark actually works (otherwise, the process should be terminated)
|
||||||
subtest "tcc", sub {
|
subtest "tcc", sub {
|
||||||
$machine->execute("echo -e '#include <stdio.h>\nint main(void) { puts(\"hello\"); return 0; }' >main.c");
|
$machine->execute("echo -e '#include <stdio.h>\nint main(void) { puts(\"hello\"); return 0; }' >main.c");
|
||||||
$machine->succeed("${pkgs.tinycc.bin}/bin/tcc -run main.c");
|
$machine->succeed("${pkgs.tinycc}/bin/tcc -run main.c");
|
||||||
};
|
};
|
||||||
|
|
||||||
subtest "RBAC", sub {
|
subtest "RBAC", sub {
|
||||||
|
Loading…
Reference in New Issue
Block a user