automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minor tweak in tests (DOS paths)


From: Tim Van Holder
Subject: Minor tweak in tests (DOS paths)
Date: Sun, 10 Jun 2001 19:26:02 +0200

I think I may have submitted this in the past.

2001-06-10  Tim Van Holder  <address@hidden>

        * tests/defs, tests/installsh.test: Properly support
        DOS-style paths.


Index: tests/defs
===================================================================
RCS file: /cvs/automake/automake/tests/defs,v
retrieving revision 1.32
diff -u -r1.32 defs
--- defs        2001/05/15 18:04:56     1.32
+++ defs        2001/06/10 17:20:31
@@ -13,7 +13,7 @@
 # Always use an absolute srcdir.  Otherwise symlinks made in subdirs
 # of the test dir just won't work.
 case "$srcdir" in
- /*)
+ [\\/]* | ?:[\\/]*)
     ;;
 
  *)
Index: tests/installsh.test
===================================================================
RCS file: /cvs/automake/automake/tests/installsh.test,v
retrieving revision 1.4
diff -u -r1.4 installsh.test
--- installsh.test      2001/05/14 04:48:45     1.4
+++ installsh.test      2001/06/10 17:20:31
@@ -17,7 +17,7 @@
 
 # If srcdir is relative, we need to modify it.
 case "$srcdir" in
- /*)
+ [\\/]* | ?:[\\/]*)
     ;;
 
  *)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]