~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_file/tests/t/basic.test

  • Committer: Monty Taylor
  • Date: 2011-03-08 23:28:46 UTC
  • mfrom: (2225.1.1 build)
  • Revision ID: mordred@inaugust.com-20110308232846-tbc4emy0qvjb2zew
Merged brian's auth patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
# Test that the command line client processes direct passwords properly
22
22
--exec $TOP_BUILDDIR/client/drizzle --host=localhost --port=$MASTER_MYPORT -e "SELECT 1" --user=auth_file_password --password=test_password 2>&1
 
23