diff options
| author | Greg Sabino Mullane | 2009-04-07 17:55:36 +0000 |
|---|---|---|
| committer | Greg Sabino Mullane | 2009-04-07 17:55:36 +0000 |
| commit | 968294774e675aab54a7988b43d4517a23f9005d (patch) | |
| tree | 48830f45c5239b5734690ec074163b20581554f2 /t/00_basic.t | |
| parent | c4542e56d59f8d1fef88faa9e0a71d4a77406614 (diff) | |
Put in a common testing schema.
Allow fake functions as well.
Add wal_files test, clean up others with some refactoring.
Diffstat (limited to 't/00_basic.t')
| -rw-r--r-- | t/00_basic.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/00_basic.t b/t/00_basic.t index 45d6aaa03..dd58b71e0 100644 --- a/t/00_basic.t +++ b/t/00_basic.t @@ -1,6 +1,6 @@ #!perl -## Simply test that the script compiles and gives a good version +## Simply test that the script compiles and gives a valid version use strict; use warnings; |
