changeset 19385:c455e703348e

tests: rename files to py extension instead of copying a 2nd time
author Simon Heimberg <simohe@besonet.ch>
date Sat, 06 Jul 2013 21:48:01 +0200
parents 96fd9af75834
children 0e25a9e25931
files tests/test-check-code-hg.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-check-code-hg.t	Sat Jul 06 21:47:56 2013 +0200
+++ b/tests/test-check-code-hg.t	Sat Jul 06 21:48:01 2013 +0200
@@ -22,7 +22,7 @@
   >   tests/hghave \
   >   tests/dummyssh \
   >   "$TESTTMP"/
-  $ for f in "$TESTTMP"/*; do cp "$f" "$f.py"; done
+  $ for f in "$TESTTMP"/*; do mv "$f" "$f.py"; done
 
 New errors are not allowed. Warnings are strongly discouraged.