Index: build/test/test ================================================================== --- build/test/test +++ build/test/test @@ -1,8 +1,8 @@ #! /bin/bash -VERSIONS="8.5.17 8.6.3 cvs_HEAD" +VERSIONS="8.5.17 8.6.3 fossil_trunk" # Find the base directory for x in 1 2 3 4 __fail__; do if [ "${x}" = "__fail__" ]; then echo 'Unable to find KitCreator, aborting.' >&2 Index: build/test/tests/04-version.tcl ================================================================== --- build/test/tests/04-version.tcl +++ build/test/tests/04-version.tcl @@ -2,14 +2,14 @@ set chkversion [lindex $argv 2] # We are unable to make a reasonable determination of the version from a CVS # tag. Assume it's okay. -if {[string match "cvs_*" $chkversion]} { +if {[string match "cvs_*" $chkversion] || [string match "fossil_*" $chkversion]} { exit 0 } if {[info patchlevel] == $chkversion} { exit 0 } exit 1