comparison tests/test-lfs.t @ 35447:e28dedf4ff43

tests: fix the check-code rule for testing non-existent files I missed this in feecfefeba25.
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 16 Dec 2017 12:34:40 -0500
parents 4441705b7111
children 488634db5928
comparison
equal deleted inserted replaced
35446:991e4404e910 35447:e28dedf4ff43
569 569
570 repo12 doesn't have any cached lfs files and its source never pushed its 570 repo12 doesn't have any cached lfs files and its source never pushed its
571 files. Therefore, the files don't exist in the remote store. Use the files in 571 files. Therefore, the files don't exist in the remote store. Use the files in
572 the user cache. 572 the user cache.
573 573
574 $ find $TESTTMP/repo12/.hg/store/lfs/objects -type f 574 $ test -d $TESTTMP/repo12/.hg/store/lfs/objects
575 find: */repo12/.hg/store/lfs/objects*: $ENOENT$ (glob)
576 [1] 575 [1]
577 576
578 $ hg --config extensions.share= share repo12 repo13 577 $ hg --config extensions.share= share repo12 repo13
579 updating working directory 578 updating working directory
580 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 579 1 files updated, 0 files merged, 0 files removed, 0 files unresolved