<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>tests/os/system.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -39,7 +39,7 @@ exports.system = function (command) {
             return require(&quot;os&quot;).enquote(arg);
         }).join(&quot; &quot;);
     }
-    return getCSystem().invokeInt([command]);
+    return getCSystem().invokeInt([command]) &gt;&gt; 8;
 };
 
 exports.dup = function () {</diff>
      <filename>engines/rhino/lib/os-engine.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,4 @@
 exports.testPopen = require(&quot;./popen&quot;);
+exports.testSystem = require(&quot;./system&quot;);
 if (require.main === module.id)
     require(&quot;os&quot;).exit(require(&quot;test/runner&quot;).run(exports));</diff>
      <filename>tests/os/all-tests.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>02ba90b7c7bfd9dca32d32e82e1eb3ece64151ec</id>
    </parent>
  </parents>
  <author>
    <name>Tom Robinson</name>
    <email>tom@280north.com</email>
  </author>
  <url>http://github.com/tlrobinson/narwhal/commit/1d0ef468baa9a0277ce6fd26787a460eb25806d7</url>
  <id>1d0ef468baa9a0277ce6fd26787a460eb25806d7</id>
  <committed-date>2009-11-02T15:22:12-08:00</committed-date>
  <authored-date>2009-11-02T15:22:12-08:00</authored-date>
  <message>Fixed os.system status code</message>
  <tree>bf51e8d1f56a034508b5167d9ac78614ec4a16ae</tree>
  <committer>
    <name>Tom Robinson</name>
    <email>tom@280north.com</email>
  </committer>
</commit>
