##// END OF EJS Templates
tests: remove use of bashism $RANDOM to fix test-narrow.t on non-bash shells...
Augie Fackler -
r36181:068f5207 default
parent child Browse files
Show More
@@ -51,7 +51,7 b" Error if '.' or '..' are in the director"
51 [255]
51 [255]
52
52
53 Names with '.' in them are OK.
53 Names with '.' in them are OK.
54 $ hg clone --narrow ssh://user@dummy/master $RANDOM --include a/.b/c
54 $ hg clone --narrow ssh://user@dummy/master should-work --include a/.b/c
55 requesting all changes
55 requesting all changes
56 adding changesets
56 adding changesets
57 adding manifests
57 adding manifests
General Comments 0
You need to be logged in to leave comments. Login now