head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.1
date	2007.02.13.06.46.59;	author mi;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Webshell -- a TCL module for Apache. Appears to be the most advanced
and the best supported such module of the several listed at

	http://tcl.apache.org/

Works with both Apache-1.3.x and 2.x and has an interesting development
paradigm.
@
text
@--- ../tests/msc.test	Sat Mar  4 19:18:35 2006
+++ ../tests/msc.test	Sat Feb  3 18:35:12 2007
@@@@ -81,6 +81,7 @@@@
 	global tcl_platform
 	if {"$tcl_platform(platform)" == "unix"
-	    && "$tcl_platform(os)" == "Darwin"} {
-	    # OSX does not complain if directory does not exist
+	    && ("$tcl_platform(os)" == "Darwin" ||
+	    [string match *BSD "$tcl_platform(os)"])} {
+	    # BSD does not complain if directory does not exist
 	    # It just returns the nonexistig path anyway
 	    set msg "ok"
@
