rpms/monotone/devel monotone-xfail-if-root.patch,NONE,1.1

Roland McGrath (roland) fedora-extras-commits at redhat.com
Tue Oct 4 03:45:25 UTC 2005


Author: roland

Update of /cvs/extras/rpms/monotone/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4359

Added Files:
	monotone-xfail-if-root.patch 
Log Message:
New upstream version 0.23

monotone-xfail-if-root.patch:

--- NEW FILE monotone-xfail-if-root.patch ---
--- monotone-0.23/testsuite.~1~	2005-10-03 17:56:39.000000000 -0700
+++ monotone-0.23/testsuite	2005-10-03 17:57:22.000000000 -0700
@@ -67479,7 +67479,7 @@ $at_traceon
     at_desc='checkout validates target directory'
     $at_quiet $ECHO_N " 64: checkout validates target directory          $ECHO_C"
     at_xfail=no
-      test -O / && at_xfail=yes
+      test -O /usr && at_xfail=yes
     (
       echo "64. t_checkout_dir.at:1: testing ..."
       $at_traceon
--- monotone-0.23/tests/t_checkout_dir.at.~1~	2005-10-03 17:56:38.000000000 -0700
+++ monotone-0.23/tests/t_checkout_dir.at	2005-10-03 17:57:25.000000000 -0700
@@ -20,7 +20,7 @@ AT_CHECK(MONOTONE --branch=testbranch ch
 mkdir test_dir4
 chmod 444 test_dir4
 # XFAIL if run as root (hi Gentoo!)
-AT_XFAIL_IF(test -O /)
+AT_XFAIL_IF(test -O /usr)
 AT_CHECK(MONOTONE --branch=testbranch checkout test_dir4,
          [1], [ignore], [ignore])
 AT_CHECK(MONOTONE --branch=testbranch checkout test_dir4/subdir,




More information about the fedora-extras-commits mailing list