##// END OF EJS Templates
tests: fix test-censor by improving regexp (issue6585)...
Thomas Klausner -
r49145:95ea181d stable
parent child Browse files
Show More
@@ -552,14 +552,14 b' Make sure the last revision is a delta a'
552 Censor the file
552 Censor the file
553
553
554 $ hg cat -r $B1 target | wc -l
554 $ hg cat -r $B1 target | wc -l
555 50002 (re)
555 *50002 (re)
556 $ hg censor -r $B1 target
556 $ hg censor -r $B1 target
557 $ hg cat -r $B1 target | wc -l
557 $ hg cat -r $B1 target | wc -l
558 0 (re)
558 *0 (re)
559
559
560 Check the children is fine
560 Check the children is fine
561
561
562 $ hg cat -r $B2 target | wc -l
562 $ hg cat -r $B2 target | wc -l
563 50003 (re)
563 *50003 (re)
564
564
565 #endif
565 #endif
General Comments 0
You need to be logged in to leave comments. Login now