aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Perl/t/test-no-crash.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/t/test-no-crash.pl b/Perl/t/test-no-crash.pl
index 561777f..602c9c2 100644
--- a/Perl/t/test-no-crash.pl
+++ b/Perl/t/test-no-crash.pl
@@ -78,7 +78,7 @@ my ($image1, $image2, $image3, $image4);
sub creating_items {
# first removing all remaining items
- foreach my $item (&test_eval (1, "find", 'all')) {
+ foreach my $item (&test_eval (1, 'find', 'withtag', 'all')) {
&test_eval (1, "remove", $item);
}