| Index: tests/multiple_sandboxes/nacl.scons
|
| diff --git a/tests/multiple_sandboxes/nacl.scons b/tests/multiple_sandboxes/nacl.scons
|
| index 3b83ed9e76f2aa1b4f4676f1229f88ca1ba1d2e3..95298222c10eded10be66ddef1f39b3d862c1e69 100644
|
| --- a/tests/multiple_sandboxes/nacl.scons
|
| +++ b/tests/multiple_sandboxes/nacl.scons
|
| @@ -22,8 +22,7 @@ test_prog = env.ComponentProgram(
|
| EXTRA_LIBS=['imc_syscalls', '${NONIRT_LIBS}'])
|
|
|
| # If we are generating a pexe, translate it first
|
| -if env.ShouldTranslateToNexe(test_prog):
|
| - test_prog = env.GetTranslatedNexe(test_prog)
|
| +test_prog = env.GetTranslatedNexe(test_prog)
|
|
|
| node = env.CommandTest('multidomain_test.out', [runner, test_prog],
|
| # Increase verbosity to get more information in
|
|
|