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:
authorCorinna Vinschen <corinna@vinschen.de>2003-01-22 18:18:58 +0300
committerCorinna Vinschen <corinna@vinschen.de>2003-01-22 18:18:58 +0300
commit19876644c750f10e517f4eaa5fec5fed81228c66 (patch)
treef73ad08c2aa2ffc772870080b50fbe729d3c8f04 /winsup/testsuite/winsup.api
parent89f7e8d1d3a52ac824cfc10fdaaa213f43b4c121 (diff)
* cygrun.c: Move here from ../cygwin.
* Makefile.in: Build cygrun.exe. * winsup.api/winsup.exp: Expect cygrun.exe in $rootme.
Diffstat (limited to 'winsup/testsuite/winsup.api')
-rw-r--r--winsup/testsuite/winsup.api/winsup.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/winsup.api/winsup.exp b/winsup/testsuite/winsup.api/winsup.exp
index 6d71fa912..c79889ec5 100644
--- a/winsup/testsuite/winsup.api/winsup.exp
+++ b/winsup/testsuite/winsup.api/winsup.exp
@@ -58,7 +58,7 @@ foreach src [glob -nocomplain $srcdir/$subdir/*.c $srcdir/$subdir/*/*.c] {
} else {
set redirect_output /dev/null
}
- ws_spawn "$runtime_root/cygrun ./$base.exe > $redirect_output"
+ ws_spawn "$rootme/cygrun ./$base.exe > $redirect_output"
if { $rv != "" } {
verbose -log "$testcase: $rv"
fail "$testcase (execute)"