~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Lee Bieber
  • Date: 2011-03-22 03:42:35 UTC
  • mfrom: (2240.4.4 filesystem_fix)
  • Revision ID: kalebral@gmail.com-20110322034235-gusyusm1lqprgdqd
Merge Patrick - 735705: Remove filesystem_engine-specific code from test-run and dbqp
.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
1867
1867
  }
1868
1868
  system("chmod -R ugo+r $opt_vardir");
1869
1869
  system("chmod -R ugo+r $opt_vardir/std_data_ln/*");
1870
 
  system("chmod -R ugo+rw $opt_vardir/filesystem_ln/*");
1871
1870
}
1872
1871
 
1873
1872