Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblongpath-rsync
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liblongpath
liblongpath-rsync
Commits
3f2d8d68
Commit
3f2d8d68
authored
Mar 28, 2008
by
Wayne Davison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extended a test to ensure that hard-linked distant files continues
to work in incremental-recursion mode.
parent
fd259802
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
+14
-3
hardlinks.test
testsuite/hardlinks.test
+14
-3
No files found.
testsuite/hardlinks.test
View file @
3f2d8d68
...
...
@@ -38,9 +38,20 @@ echo "extra extra" >>"$todir/name1"
checkit
"
$RSYNC
-aHivv --no-whole-file '
$fromdir
/' '
$todir
/'"
"
$fromdir
"
"
$todir
"
# Add a new link in a new subdirectory to test that we don't try to link
# the files before the directory gets created.
mkdir
"
$fromdir
/subdir"
ln
"
$name1
"
"
$fromdir
/subdir/new-file"
# the files before the directory gets created. We also create a bunch of
# extra files to ensure that an incremental-recursion transfer works across
# distant files.
makepath
"
$fromdir
/subdir/down/deep"
files
=
''
for
x
in
0
1
2
3
4
5
6
7
8
9
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
;
do
for
y
in
0
1
2
3
4
5
6
7
8
9
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
;
do
files
=
"
$files
$x$y
"
done
done
(
cd
"
$fromdir
/subdir"
;
touch
$files
)
ln
"
$name1
"
"
$fromdir
/subdir/down/deep/new-file"
rm
"
$todir
/text"
checkit
"
$RSYNC
-aHivv '
$fromdir
/' '
$todir
/'"
"
$fromdir
"
"
$todir
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment