rpms/guilt/F-10 guilt-0.32-fix-regression-test.patch,NONE,1.1

Eric Sandeen sandeen at fedoraproject.org
Fri Jan 16 20:36:39 UTC 2009


Author: sandeen

Update of /cvs/pkgs/rpms/guilt/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31402

Added Files:
	guilt-0.32-fix-regression-test.patch 
Log Message:
Actually cvs add the new patch


guilt-0.32-fix-regression-test.patch:

--- NEW FILE guilt-0.32-fix-regression-test.patch ---
Index: guilt-0.32/regression/t-030.out
===================================================================
--- guilt-0.32.orig/regression/t-030.out	2009-01-16 14:14:26.000000000 -0600
+++ guilt-0.32/regression/t-030.out	2009-01-16 14:16:20.353575541 -0600
@@ -1,6 +1,6 @@
 % setup_repo
 % guilt-commit
-Usage: guilt-commit -n <num> | -a | --all
+Usage: guilt commit -n <num> | -a | --all
 % list_files
 d .git/patches
 d .git/patches/master
@@ -60,7 +60,7 @@ Patch applied.
 Applying patch..mode
 Patch applied.
 % guilt-commit
-Usage: guilt-commit -n <num> | -a | --all
+Usage: guilt commit -n <num> | -a | --all
 % list_files
 d .git/patches
 d .git/patches/master
Index: guilt-0.32/regression/scaffold
===================================================================
--- guilt-0.32.orig/regression/scaffold	2009-01-16 13:36:50.000000000 -0600
+++ guilt-0.32/regression/scaffold	2009-01-16 14:18:59.013575047 -0600
@@ -27,6 +27,7 @@ function replace_path
 {
 	sed -e "s,$PWD,PATH,g" \
 	    -e "s,$REG_DIR/\.\./,,g" \
+	    -e "s,Usage: guilt-,Usage: guilt ,g" \
 	    -e "s,\.\.\. initial, initial,g" \
 	    -e "s,^Already on branch,Already on,g"
 }




More information about the scm-commits mailing list