libc/winsup/testsuite/config/default.exp

14 lines
291 B
Plaintext
Raw Permalink Normal View History

2000-02-17 20:38:33 +01:00
proc winsup_version {} {
2000-09-03 05:58:18 +02:00
global env
global rootme
clone_output "\n[exec grep ^%%% $rootme/../cygwin/cygwin0.dll]\n"
2000-09-03 05:58:18 +02:00
if { [info exists env(CYGWIN)] } {
clone_output "CYGWIN=$env(CYGWIN)\n"
} else {
clone_output "CYGWIN=\n"
}
2000-02-17 20:38:33 +01:00
}
proc winsup_exit {} {
}