bug 620899: fix broken test for oils_web.xml
authorgmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 20 Aug 2010 11:25:40 +0000 (11:25 +0000)
committergmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 20 Aug 2010 11:25:40 +0000 (11:25 +0000)
Patch from Rick Scott <rick@shadowspar.dyndns.org>

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17280 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/support-scripts/settings-tester.pl

index b3b3f4d..640b47d 100755 (executable)
@@ -212,7 +212,7 @@ foreach my $host (@hosts) {
 
 # Check for oils_web.xml, required for acquisitions and many administration
 # interfaces as of Evergreen 1.6
-if (!-t '/openils/conf/oils_web.xml') {
+if (!-T '/openils/conf/oils_web.xml') {
        my $de = "* WARNING: As of Evergreen 1.6, /openils/conf/oils_web.xml " .
                "is a required configuration file. Copying " .
                "/openils/conf/oils_web.xml.example should resolve this " .