Subversion Repositories vgwhois

Rev

Rev 4 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 5
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
 
2
 
3
#
3
#
-
 
4
#  VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
4
#  generic Whois - Maintenance Framework: Testcases
5
#  Maintenance / Developer utilities
5
#
6
#
6
#  (c) 2012-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
7
#  (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
7
#
8
#
8
#  Distribution, usage etc. pp. regulated by the current version of GPL.
9
#  License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
9
#
-
 
10
#
-
 
11
#  Version 2014-08-19
-
 
12
#
10
#
13
 
11
 
14
DIR=$( dirname "$0" )
12
DIR=$( dirname "$0" )
15
 
13
 
16
TESTCASES_LIST="$DIR/../../config/testcases.list"
14
TESTCASES_LIST="$DIR/../../config/testcases.list"