bug-rcs
[Top][All Lists]
Advanced

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

Re: rcs-5.8 test failure


From: Paul Eggert
Subject: Re: rcs-5.8 test failure
Date: Mon, 17 Oct 2011 10:58:55 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110928 Fedora/3.1.15-1.fc14 Thunderbird/3.1.15

I think it's a bug in the test case.
Does the following patch to tests/common-i fix things for you?

--- common-i    2011-08-08 04:54:51.000000000 -0700
+++ common-i-fix        2011-10-17 10:57:53.770320620 -0700
@@ -29,9 +29,10 @@ log_rx=
 cmd=
 wdisp=
 
+dont_check_readonly=true
 case $(uname -s | tr A-Z a-z) in
-    cygwin*) dont_check_readonly=true ;;
-    *)       dont_check_readonly=false ;;
+    cygwin*) ;;
+    *)       test -w / || dont_check_readonly=false ;;
 esac
 
 # functions



reply via email to

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