~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/drizzledump_restore.test

  • Committer: Brian Aker
  • Date: 2010-10-08 21:27:53 UTC
  • mfrom: (1819.2.4 drizzle)
  • Revision ID: brian@tangent.org-20101008212753-u2kvzdrz4ghrbw11
Merge in Pcrew test framework

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
# Define drizzledumpfile here.  It is used to capture drizzledump output
28
28
# in order to test the output's ability to restore an exact copy of the table
29
 
let $drizzledumpfile = $MYSQLTEST_VARDIR/tmp/drizzledumpfile.sql;
 
29
let $drizzledumpfile = $DRIZZLETEST_VARDIR/tmp/drizzledumpfile.sql;
30
30
 
31
31
--echo # Pre-test cleanup
32
32
--disable_warnings