Changeset 1032 for 1.8.3/trunk/test/PennMUSH.pm
- Timestamp:
- 07/08/07 20:50:12 (1 year ago)
- Files:
-
- 1.8.3/trunk/test/PennMUSH.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/trunk/test/PennMUSH.pm
r846 r1032 64 64 } elsif (defined($child)) { 65 65 chdir("testgame"); 66 exec("./netmush", " test.cnf", "log/netmush.log");66 exec("./netmush", "--no-session", "test.cnf", "log/netmush.log"); 67 67 } else { 68 68 die "Could not spawn game process!\n";
