summaryrefslogtreecommitdiff
path: root/testing/less/zless
diff options
context:
space:
mode:
Diffstat (limited to 'testing/less/zless')
-rw-r--r--testing/less/zless9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/less/zless b/testing/less/zless
deleted file mode 100644
index 93d560bc5..000000000
--- a/testing/less/zless
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-: ${PAGER=less}
-export PAGER
-
-PATH="/usr/bin:$PATH"
-export PATH
-
-exec zmore ${1+"$@"}