cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/src/sanity.sh [cvs1-11-x-branch]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/sanity.sh [cvs1-11-x-branch]
Date: Mon, 19 Sep 2005 10:37:24 -0400

Index: ccvs/src/sanity.sh
diff -u ccvs/src/sanity.sh:1.752.2.181 ccvs/src/sanity.sh:1.752.2.182
--- ccvs/src/sanity.sh:1.752.2.181      Mon Sep 19 14:08:09 2005
+++ ccvs/src/sanity.sh  Mon Sep 19 14:37:19 2005
@@ -12351,7 +12351,14 @@
 
          # Test that real modules check out to realmodule/a, not subdir/a.
          if $remote; then
-           dotest modules5-8 "${testcvs} co realmodule" \
+           # FIXCVS?
+           # Mac OSX 10.3 (Darwin ppc-osx1 5.5) fails here when $TMPDIR
+           # contains a symlink (it does not fail the local modules5-8).
+           # Since no other platforms are exhibiting the same problem, I
+           # suspect an issue with OSX and fork() or the like dereferencing
+           # the symlink, but it is possible it is something that could be
+           # fixed or worked around in CVS.
+           dotest modules5-8r "$testcvs co realmodule" \
 "U realmodule/a
 ${PROG} checkout: Executing ..${CVSROOT_DIRNAME}/checkout\.sh. .realmodule..
 checkout script invoked in ${TMPDIR}/cvs-serv[0-9a-z]*
@@ -29171,6 +29178,12 @@
     #
     # Test our exit directory so that tests that exit in an incorrect directory
     # are noticed during single test runs.
+    #
+    # FIXME?
+    # Sparc Solaris 9 is dereferencing paths here as if /bin/pwd were
+    # called when /tmp is a symlink.  This might be a new problem with this
+    # test, but since this was recently tested I think it more likely to be
+    # A Solaris issue.
     if test "x$TESTDIR" != "x`pwd`"; then
            fail "cleanup: PWD != TESTDIR (\``pwd`' != \`$TESTDIR')"
     fi




reply via email to

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