summaryrefslogtreecommitdiffstats
path: root/bin/pt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pt')
-rwxr-xr-xbin/pt9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/pt b/bin/pt
deleted file mode 100755
index c5ca9b9..0000000
--- a/bin/pt
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-set -eu
-set -o pipefail
-
-if [ -d blib ]; then
- prove -Mlib::require::all=blib/lib,blib/arch -b "$@" t
-else
- prove -Mlib::require::all=lib -l "$@" t
-fi