Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-09-03 07:58:18 +0400
committerChristopher Faylor <me@cgf.cx>2000-09-03 07:58:18 +0400
commitf1930aec47835e0ce231dff1893826824a462567 (patch)
tree1f55fcc9c63b707adc8ea3d767ebd7510904f148 /winsup/testsuite/config
parent42f03f675735b0ab55f86824894706e39878b5cc (diff)
Importing Egor's testsuite.
Diffstat (limited to 'winsup/testsuite/config')
-rw-r--r--winsup/testsuite/config/default.exp10
1 files changed, 9 insertions, 1 deletions
diff --git a/winsup/testsuite/config/default.exp b/winsup/testsuite/config/default.exp
index ec8ce1448..5bbaf8d1f 100644
--- a/winsup/testsuite/config/default.exp
+++ b/winsup/testsuite/config/default.exp
@@ -1,5 +1,13 @@
proc winsup_version {} {
- clone_output "\n[exec grep ^%%% ../new-cygwin1.dll]\n"
+ global env
+ global rootme
+ puts stderr "root=$rootme"
+ clone_output "\n[exec grep ^%%% $rootme/../cygwin/new-cygwin1.dll]\n"
+ if { [info exists env(CYGWIN)] } {
+ clone_output "CYGWIN=$env(CYGWIN)\n"
+ } else {
+ clone_output "CYGWIN=\n"
+ }
}
proc winsup_exit {} {