From 805fde84245f36594731b2a4e1c1628a0a92cadf Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 28 Jul 2015 15:22:58 -0700 Subject: 1871 --- 029tools.cc | 3 --- 1 file changed, 3 deletions(-) (limited to '029tools.cc') diff --git a/029tools.cc b/029tools.cc index 02d1f555..9e25f16f 100644 --- a/029tools.cc +++ b/029tools.cc @@ -187,9 +187,6 @@ case _SYSTEM: { break; } products.resize(1); - // ignore 'system' calls in tests since anything we do with them is by - // definition impossible to test through mu. - if (Current_scenario) break; int status = system(current_instruction().ingredients.at(0).name.c_str()); products.at(0).push_back(status); break; -- cgit 1.4.1-2-gfad0