lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5440] Copy files from working directory to /tmp even if t


From: Greg Chicares
Subject: [lmi-commits] [5440] Copy files from working directory to /tmp even if they are older
Date: Mon, 26 Mar 2012 10:59:56 +0000

Revision: 5440
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5440
Author:   chicares
Date:     2012-03-26 10:59:56 +0000 (Mon, 26 Mar 2012)
Log Message:
-----------
Copy files from working directory to /tmp even if they are older

Modified Paths:
--------------
    lmi/trunk/test_schemata.sh

Modified: lmi/trunk/test_schemata.sh
===================================================================
--- lmi/trunk/test_schemata.sh  2012-03-25 12:32:35 UTC (rev 5439)
+++ lmi/trunk/test_schemata.sh  2012-03-26 10:59:56 UTC (rev 5440)
@@ -38,7 +38,7 @@
 
 # Data for testing.
 
-cp --preserve --update $src_dir/sample.cns $src_dir/sample.ill .
+cp --preserve $src_dir/sample.cns $src_dir/sample.ill .
 
 # Primary schemata (RNC: RELAX NG, compact syntax).
 #
@@ -48,7 +48,7 @@
 #
 # Only RNC is to be edited; XSD and RNG are generated from it.
 
-cp --preserve --update $src_dir/cell.rnc $src_dir/multiple_cell_document.rnc 
$src_dir/single_cell_document.rnc .
+cp --preserve $src_dir/cell.rnc $src_dir/multiple_cell_document.rnc 
$src_dir/single_cell_document.rnc .
 
 # Test RNC files with 'jing'.
 
@@ -64,7 +64,7 @@
 # XSD, generated from RNG, is stored in the repository because it's
 # widely used.
 
-cp --preserve --update $src_dir/cell.xsd $src_dir/multiple_cell_document.xsd 
$src_dir/single_cell_document.xsd .
+cp --preserve $src_dir/cell.xsd $src_dir/multiple_cell_document.xsd 
$src_dir/single_cell_document.xsd .
 
 # Test XSD files with 'jing'.
 




reply via email to

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