From 632d47c90690813897740dba8adae920e2223e5a Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Wed, 12 May 2021 23:36:49 +0200 Subject: tests: adjust expected values of --build test --- test/utils/build.exp | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'test/utils') diff --git a/test/utils/build.exp b/test/utils/build.exp index 66b061e93..7fbe969a4 100755 --- a/test/utils/build.exp +++ b/test/utils/build.exp @@ -29,43 +29,51 @@ expect { } expect { timeout {puts "TESTING ERROR 4\n";exit} - "private-bin cat," + "caps.drop all" } expect { timeout {puts "TESTING ERROR 5\n";exit} - "private-dev" + "ipc-namespace" } expect { timeout {puts "TESTING ERROR 6\n";exit} - "private-etc none" + "netfilter" } expect { timeout {puts "TESTING ERROR 7\n";exit} - "private-tmp" + "nonewprivs" } expect { timeout {puts "TESTING ERROR 8\n";exit} - "caps.drop all" + "noroot" } expect { timeout {puts "TESTING ERROR 9\n";exit} - "netfilter" + "net none" } expect { timeout {puts "TESTING ERROR 10\n";exit} - "nonewprivs" + "seccomp" } expect { timeout {puts "TESTING ERROR 11\n";exit} - "net none" + "shell none" +} +expect { + timeout {puts "TESTING ERROR 11\n";exit} + "private-bin cat," } expect { timeout {puts "TESTING ERROR 12\n";exit} - "seccomp" + "private-dev" } expect { timeout {puts "TESTING ERROR 13\n";exit} - "#shell none" + "private-etc none" +} +expect { + timeout {puts "TESTING ERROR 14\n";exit} + "private-tmp" } after 100 -- cgit v1.2.3-54-g00ecf