From: Karel Zak Date: Wed, 13 Jun 2007 19:43:41 +0000 (+0200) Subject: misc-utils: remove old cal test X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96aef66687db1e5fe06803ba1d244fd9da9f4d13;p=util-linux misc-utils: remove old cal test Signed-off-by: Karel Zak --- diff --git a/misc-utils/cal_test.sh b/misc-utils/cal_test.sh deleted file mode 100644 index 1bc04f1a..00000000 --- a/misc-utils/cal_test.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -LANG=ga_IE.utf8 ./cal -3 11 2004 #truncation -LANG=zh_HK.utf8 ./cal -3 #centering -./cal | cat #no highlight -TERM= ./cal #no highlight -TERM=vt100 ./cal #highlight with characters to be stripped by putp -./cal -y | head -10 | tr ' ' . #3 spaces -./cal -3 | tr ' ' . #2 spaces ?