From c69836c5b87b0f4f3e8be15fdbe0ea2296709963 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Mon, 10 May 2021 22:17:57 +0200 Subject: tests: adjust expected values of --build test Fixes #4256 --- test/utils/build.exp | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/utils/build.exp b/test/utils/build.exp index cdc2f3b7b..66b061e93 100755 --- a/test/utils/build.exp +++ b/test/utils/build.exp @@ -21,11 +21,11 @@ expect { } expect { timeout {puts "TESTING ERROR 2\n";exit} - "blacklist /usr/share" + "include whitelist-usr-share-common.inc" } expect { timeout {puts "TESTING ERROR 3\n";exit} - "blacklist /var" + "include whitelist-var-common.inc" } expect { timeout {puts "TESTING ERROR 4\n";exit} @@ -37,7 +37,7 @@ expect { } expect { timeout {puts "TESTING ERROR 6\n";exit} - "private-etc" + "private-etc none" } expect { timeout {puts "TESTING ERROR 7\n";exit} @@ -49,11 +49,11 @@ expect { } expect { timeout {puts "TESTING ERROR 9\n";exit} - "nonewprivs" + "netfilter" } expect { timeout {puts "TESTING ERROR 10\n";exit} - "seccomp" + "nonewprivs" } expect { timeout {puts "TESTING ERROR 11\n";exit} @@ -61,7 +61,11 @@ expect { } expect { timeout {puts "TESTING ERROR 12\n";exit} - "shell none" + "seccomp" +} +expect { + timeout {puts "TESTING ERROR 13\n";exit} + "#shell none" } after 100 -- cgit v1.2.3-70-g09d2