diff --git a/tests/test_hello_world.sql b/tests/test_hello_world.sql deleted file mode 100644 index 3bf67397d1792fa063351019b2aa97e7e6d76c14..0000000000000000000000000000000000000000 --- a/tests/test_hello_world.sql +++ /dev/null @@ -1,12 +0,0 @@ --- Start a transaction. -BEGIN; - --- Plan the tests. -SELECT tap.plan(1); - --- Run the tests. -SELECT tap.pass( 'Hello, world!' ); - --- Finish the tests and clean up. -CALL tap.finish(); -ROLLBACK;