--TEST-- System commands tests --SKIPIF-- --FILE-- ' . $catfile; if (!System::cat($cat)) { print "System::cat('$cat') failed\n"; } // Clean up unlink($catfile); print "end\n"; ?> --EXPECT-- Testing: cat online end