/[fuse.before_github]/perl-llin/test/s/mount.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /perl-llin/test/s/mount.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

perl/trunk/test/s/mount.t revision 4 by mszeredi, Thu Nov 11 14:44:15 2004 UTC perl-llin/test/s/mount.t revision 89 by dpavlin, Tue May 23 14:45:53 2006 UTC
# Line 9  if(!fork()) { Line 9  if(!fork()) {
9          #close(STDIN);          #close(STDIN);
10          close(STDOUT);          close(STDOUT);
11          close(STDERR);          close(STDERR);
12            mkdir $_point;
13            mkdir $_real;
14          `echo $$ >test/s/mounted.pid`;          `echo $$ >test/s/mounted.pid`;
15          exec("perl $_loop $_point");          diag "mounting $_loop to $_point";
16            exec("perl -Iblib/lib -Iblib/arch $_loop $_point");
17          exit(1);          exit(1);
18  }  }
19  select(undef, undef, undef, 0.5);  select(undef, undef, undef, 0.5);

Legend:
Removed from v.4  
changed lines
  Added in v.89

  ViewVC Help
Powered by ViewVC 1.1.26