build: remove warning when in sandboxing test mode

Introduced in 66fccd5832, but somehow
breaks the secure-drv-outputs test.
This commit is contained in:
Daiderd Jordan 2020-01-13 22:09:18 +01:00
parent c3181e21e7
commit 8b3217f832
No known key found for this signature in database
GPG Key ID: D02435D05B810C96
1 changed files with 0 additions and 1 deletions

View File

@ -3464,7 +3464,6 @@ void DerivationGoal::runChild()
}
args.push_back(drv->builder);
} else {
printError("warning: running in sandboxing test mode, sandbox disabled");
builder = drv->builder.c_str();
args.push_back(std::string(baseNameOf(drv->builder)));
}