]> err.no Git - util-linux/commitdiff
misc-utils: remove old cal test
authorKarel Zak <kzak@redhat.com>
Wed, 13 Jun 2007 19:43:41 +0000 (21:43 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 13 Jun 2007 19:43:41 +0000 (21:43 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/cal_test.sh [deleted file]

diff --git a/misc-utils/cal_test.sh b/misc-utils/cal_test.sh
deleted file mode 100644 (file)
index 1bc04f1..0000000
+++ /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 ?