##// END OF EJS Templates
test-clone: fix test expectations on systems without hardlinks
Augie Fackler -
r24611:82fddb3d default
parent child Browse files
Show More
@@ -76,6 +76,14 b' No update, with debug option:'
76 linked 8 files
76 linked 8 files
77 #else
77 #else
78 $ hg --debug clone -U . ../c
78 $ hg --debug clone -U . ../c
79 linking: 1
80 copying: 2
81 copying: 3
82 copying: 4
83 copying: 5
84 copying: 6
85 copying: 7
86 copying: 8
79 copied 8 files
87 copied 8 files
80 #endif
88 #endif
81 $ cd ../c
89 $ cd ../c
General Comments 0
You need to be logged in to leave comments. Login now