From: gmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Fri, 20 Aug 2010 11:25:40 +0000 (+0000)
Subject: bug 620899: fix broken test for oils_web.xml
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=99e75f5a37dd750998285cb5f7ab8472626b851e;p=evergreen%2Ftadl.git

bug 620899: fix broken test for oils_web.xml

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
---

diff --git a/Open-ILS/src/support-scripts/settings-tester.pl b/Open-ILS/src/support-scripts/settings-tester.pl
index b3b3f4dc9b..640b47d170 100755
--- a/Open-ILS/src/support-scripts/settings-tester.pl
+++ b/Open-ILS/src/support-scripts/settings-tester.pl
@@ -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 " .