~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Brian Aker
  • Date: 2009-04-13 16:22:40 UTC
  • mfrom: (971.1.78 mordred)
  • Revision ID: brian@gaz-20090413162240-ugi3gvhofmcuglzl
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1751
1751
    unlink($name);
1752
1752
  }
1753
1753
  system("chmod -R ugo+r $opt_vardir");
 
1754
  system("chmod -R ugo+r $opt_vardir/std_data_ln/*");
1754
1755
}
1755
1756
 
1756
1757