about summary refs log tree commit diff stats
path: root/029tools.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-28 15:22:58 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-28 15:22:58 -0700
commit805fde84245f36594731b2a4e1c1628a0a92cadf (patch)
tree56915e7d927f4c42bd07aa37b62a047d6392a986 /029tools.cc
parent185d1c07705ba41129e95d061d1cb3f8269aed84 (diff)
downloadmu-805fde84245f36594731b2a4e1c1628a0a92cadf.tar.gz
1871
Diffstat (limited to '029tools.cc')
-rw-r--r--029tools.cc3
1 files changed, 0 insertions, 3 deletions
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;