1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

removed shebang from tests

This commit is contained in:
Kenichi Ishigaki 2019-01-02 21:10:51 +09:00
parent 48740e8f30
commit 12ab284322
107 changed files with 0 additions and 202 deletions

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# Test that everything compiles, so the rest of the test suite can
# load modules without having to check if it worked.

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# Tests basic login and pragma setting
use strict;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# Tests simple table creation
use strict;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# Test that two processes can write at once, assuming we commit timely.
use strict;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use 5.00503;
use strict;
BEGIN {

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# This is a test for correct handling of the "unicode" database
# handle parameter.

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# This is a skeleton test. For writing new tests, take this file
# and modify/extend it.

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# This is a simple insert/fetch test.
use strict;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# This is a test for correct handling of BLOBS; namely $dbh->quote
# is expected to work correctly.

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# This is a test for statement attributes being present appropriately.
use strict;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# This is a test for correctly handling NULL values.
use strict;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# This tests, whether the number of rows can be retrieved.
use strict;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# Check whether 'ChopBlanks' works.
use strict;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# This is testing the transaction support.
use strict;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# This test works, but as far as I can tell this doesn't actually test
# the thing that the test was originally meant to test.

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# I've disabled warnings, so theoretically warnings shouldn't be printed
use strict;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# Tests path containing non-latine-1 characters
# currently fails on Windows

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
use warnings;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,4 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# Trigger locking error and test prepared statement is still valid afterwards
use strict;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# Check data type assignment in bind_param is sticky
use strict;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# This is a regression test for bug #15186:
# http://rt.cpan.org/Public/Bug/Display.html?id=15186
# About re-using statements with prepare_cached().

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,4 +1,3 @@
#!/usr/bin/perl
use strict;
use warnings;
use DBI;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# Tests that executing the same prepare_cached twice without a
# finish in between does not prevent it being automatically cleaned
# up and that it does not generate a warning.

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# This is a simple insert/fetch test.
use strict;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl -w
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use warnings;
use strict;
BEGIN {

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,4 +1,3 @@
#!/usr/bin/perl
# According to the sqlite doc, the SQL argument to sqlite3_prepare_v2
# should be in utf8, but DBD::SQLite does not ensure this (even with
# sqlite_unicode => 1). Only bind values are properly converted.

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
# In a contentless FTS table, the columns are hidden from the schema,
# and therefore SQLite has no information to infer column types, so
# these are typed as SQLITE_NULL ... and this type conflicts with the

View file

@ -1,5 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,4 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

View file

@ -1,4 +1,3 @@
#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;

Some files were not shown because too many files have changed in this diff Show more