summaryrefslogtreecommitdiff
path: root/tests/it_dbi.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/it_dbi.t')
-rwxr-xr-xtests/it_dbi.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/it_dbi.t b/tests/it_dbi.t
index cd8c650..0c30768 100755
--- a/tests/it_dbi.t
+++ b/tests/it_dbi.t
@@ -177,6 +177,6 @@ foreach (new it_dbi_test('foo <>' => "") as $id => $record)
is($count, 2, "Iterator with select");
$count = 0;
-foreach ($record as $rec)
+foreach ($record as $dummy_rec)
$count++;
is($count, 2, "Iterator reused");