summaryrefslogtreecommitdiffstats
path: root/tcllib/support/devel/sak/test/shells.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcllib/support/devel/sak/test/shells.tcl')
-rw-r--r--tcllib/support/devel/sak/test/shells.tcl24
1 files changed, 0 insertions, 24 deletions
diff --git a/tcllib/support/devel/sak/test/shells.tcl b/tcllib/support/devel/sak/test/shells.tcl
deleted file mode 100644
index 09a1bc6..0000000
--- a/tcllib/support/devel/sak/test/shells.tcl
+++ /dev/null
@@ -1,24 +0,0 @@
-# -*- tcl -*-
-# (C) 2006 Andreas Kupries <andreas_kupries@users.sourceforge.net>
-##
-# ###
-
-package require sak::test
-package require sak::test::shell
-namespace eval ::sak::test::shells {}
-
-# ###
-
-proc ::sak::test::shells {argv} {
- if {[llength $argv]} {
- sak::test::usage Wrong # args
- }
-
- puts stdout [join [sak::test::shell::list] \n]
- return
-}
-
-##
-# ###
-
-package provide sak::test::shells 1.0