summaryrefslogtreecommitdiff
path: root/sysutils/p5-Schedule-At/files/patch-t1.t
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/p5-Schedule-At/files/patch-t1.t')
-rw-r--r--sysutils/p5-Schedule-At/files/patch-t1.t11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/p5-Schedule-At/files/patch-t1.t b/sysutils/p5-Schedule-At/files/patch-t1.t
deleted file mode 100644
index 7d4c228440de..000000000000
--- a/sysutils/p5-Schedule-At/files/patch-t1.t
+++ /dev/null
@@ -1,11 +0,0 @@
---- t/t1.t.orig Thu Feb 12 19:59:26 1998
-+++ t/t1.t Wed Jan 10 12:00:00 2001
-@@ -28,7 +28,7 @@
- print "ok 3\n";
-
- my %atJobs = Schedule::At::getJobs();
--print "not " if !defined(%atJobs);
-+print "not " if (not %atJobs);
- print "ok 4\n";
-
- $rv = Schedule::At::remove (TAG => 'Schedule::At');