##// END OF EJS Templates
tests: use readlink.py instead of readlink...
Augie Fackler -
r34571:dbb2027f default
parent child Browse files
Show More
@@ -80,8 +80,8 b' Cause a symlink to be backed up that poi'
80 b: replacing untracked file
80 b: replacing untracked file
81 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
81 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
82 (activating bookmark b1)
82 (activating bookmark b1)
83 $ readlink .hg/origbackups/b
83 $ readlink.py .hg/origbackups/b
84 ../../../sym-link-target
84 .hg/origbackups/b -> ../../../sym-link-target
85
85
86 Perform an update that causes b/c to be backed up again - it should not go into the target dir
86 Perform an update that causes b/c to be backed up again - it should not go into the target dir
87
87
General Comments 0
You need to be logged in to leave comments. Login now