From 26750fda8cb7b590b7a9b388182c6c5d13f70115 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 15 Jun 2001 01:02:10 +0000 Subject: [PATCH] 2001-06-14 Tim Van Holder * tests/defs, tests/installsh.test: Properly support DOS-style paths. --- ChangeLog | 5 +++++ tests/defs | 2 +- tests/installsh.test | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2021309..812d4490 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-14 Tim Van Holder + + * tests/defs, tests/installsh.test: Properly support + DOS-style paths. + 2001-06-14 Tom Tromey * tests/Makefile.am (TESTS): Added mdate4.test. diff --git a/tests/defs b/tests/defs index 17471786..76ff8705 100644 --- a/tests/defs +++ b/tests/defs @@ -13,7 +13,7 @@ me=`echo "$0" | sed -e 's,.*[\\/],,;s/\.test$//'` # Always use an absolute srcdir. Otherwise symlinks made in subdirs # of the test dir just won't work. case "$srcdir" in - /*) + [\\/]* | ?:[\\/]*) ;; *) diff --git a/tests/installsh.test b/tests/installsh.test index df986bab..e1130230 100755 --- a/tests/installsh.test +++ b/tests/installsh.test @@ -17,7 +17,7 @@ cd frob # If srcdir is relative, we need to modify it. case "$srcdir" in - /*) + [\\/]* | ?:[\\/]*) ;; *) -- 2.43.5