diff tests/test-copy2 @ 1252:94f38724283f

The copy tests don't need to invoke cp any longer.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 14 Sep 2005 16:31:03 -0700
parents a5355fa5e33a
children c0b449154a90
line wrap: on
line diff
--- a/tests/test-copy2
+++ b/tests/test-copy2
@@ -6,7 +6,6 @@ hg add foo
 hg commit -m1 -d"0 0"
 
 echo "# should show copy"
-cp foo bar
 hg copy foo bar
 hg debugstate|grep '^copy'
 
@@ -25,7 +24,6 @@ hg commit -m3 -d"0 0"
 echo "# should not be renamed"
 hg debugrename bar
 
-cp foo bar
 hg copy -f foo bar
 echo "# should show copy"
 hg debugstate|grep '^copy'