vacuum.test 687 B

12345678910111213141516171819202122
  1. # 2001 September 15
  2. #
  3. # The author disclaims copyright to this source code. In place of
  4. # a legal notice, here is a blessing:
  5. #
  6. # May you do good and not evil.
  7. # May you find forgiveness for yourself and forgive others.
  8. # May you share freely, never taking more than you give.
  9. #
  10. #***********************************************************************
  11. # This file implements regression tests for SQLite library. The
  12. # focus of this file is testing the VACUUM statement.
  13. #
  14. # $Id: vacuum.test,v 1.7 2002/03/03 02:49:52 drh Exp $
  15. set testdir [file dirname $argv0]
  16. source $testdir/tester.tcl
  17. # The vacuum command no longer functions. There is
  18. # nothing to test.
  19. # finish_test