summaryrefslogtreecommitdiff
path: root/t/foo
diff options
context:
space:
mode:
Diffstat (limited to 't/foo')
-rwxr-xr-xt/foo8
1 files changed, 0 insertions, 8 deletions
diff --git a/t/foo b/t/foo
deleted file mode 100755
index 9070e7874c..0000000000
--- a/t/foo
+++ /dev/null
@@ -1,8 +0,0 @@
-#!./perl
-
-$_ = 'aaabbbccc';
-if (/(a+b+c+)/ && $1 eq 'aaabbbccc') {
- print "ok 14\n";
-} else {
- print "not ok 14\n";
-}