1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/websh/files/patch-tests
Mikhail Teterin f3015877b8 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.
2007-02-13 06:46:59 +00:00

13 lines
501 B
Plaintext

--- ../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"