[Po4a-commits] "po4a/t 05-config.t,1.3,1.4"

Denis Barbier barbier-guest at alioth.debian.org
Wed Jan 20 18:42:33 UTC 2010


Update of /cvsroot/po4a/po4a/t
In directory alioth:/tmp/cvs-serv21985/t

Modified Files:
	05-config.t 
Log Message:
Tests t/05-config.t fail when /bin/sh is dash

Replace
    cp data-05/test2.{fr,es,it,de}.po tmp/
by
    cp data-05/test2.??.po tmp/


Index: 05-config.t
===================================================================
RCS file: /cvsroot/po4a/po4a/t/05-config.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- 05-config.t	13 Jan 2008 13:49:54 -0000	1.3
+++ 05-config.t	20 Jan 2010 18:42:30 -0000	1.4
@@ -55,7 +55,7 @@
 
 
 $tests[3]{'run'}  =
-    'cp data-05/test2.{fr,es,it,de}.po tmp/ && '.
+    'cp data-05/test2.??.po tmp/ && '.
     'LC_ALL=C COLUMNS=80 perl ../po4a data-05/test2.conf > tmp/err 2>&1';
 @{$tests[3]{'test'}} =
     ("diff -u data-05/test3.err tmp/err",
@@ -72,7 +72,7 @@
 
 
 $tests[4]{'run'}  =
-    'cp data-05/test2.{fr,es,it,de}.po tmp/ && '.
+    'cp data-05/test2.??.po tmp/ && '.
     'LC_ALL=C COLUMNS=80 perl ../po4a -v -k 0 data-05/test2.conf >tmp/err 2>&1';
 @{$tests[4]{'test'}} =
     ("diff -u -I '^\.* done\.' data-05/test4.err tmp/err",
@@ -89,7 +89,7 @@
 
 # -k 0 is specified in the file opt:
 $tests[5]{'run'}  =
-    'cp data-05/test2.{fr,es,it,de}.po tmp/ && '.
+    'cp data-05/test2.??.po tmp/ && '.
     'LC_ALL=C COLUMNS=80 perl ../po4a -v data-05/test3.conf > tmp/err 2>&1';
 @{$tests[5]{'test'}} =
     ("diff -u -I '^\.* done\.' data-05/test4.err tmp/err",
@@ -106,7 +106,7 @@
 
 # -k 0 -v is specified for the alias
 $tests[6]{'run'}  =
-    'cp data-05/test2.{fr,es,it,de}.po tmp/ && '.
+    'cp data-05/test2.??.po tmp/ && '.
     'LC_ALL=C COLUMNS=80 perl ../po4a data-05/test4.conf > tmp/err 2>&1';
 @{$tests[6]{'test'}} =
     ("diff -u data-05/test6.err tmp/err",
@@ -123,7 +123,7 @@
 
 
 $tests[7]{'run'}  =
-    'cp data-05/test2.{fr,es,it,de}.po tmp/ && '.
+    'cp data-05/test2.??.po tmp/ && '.
     'LC_ALL=C COLUMNS=80 perl ../po4a data-05/test5.conf > tmp/err 2>&1';
 @{$tests[7]{'test'}} =
     ("diff -u data-05/test7.err tmp/err",




More information about the Po4a-commits mailing list