# HG changeset patch # User Simon Heimberg # Date 1373140081 -7200 # Node ID c455e703348ef1e12b364e4005696114d71e3360 # Parent 96fd9af75834641ba3b8cd2e8583d604f269da3e tests: rename files to py extension instead of copying a 2nd time diff -r 96fd9af75834 -r c455e703348e tests/test-check-code-hg.t --- 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.