We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ead9e commit dc34990Copy full SHA for dc34990
testsuite/hardlinks.test
@@ -77,5 +77,11 @@ rm -rf "$todir"
77
$RSYNC -aHivv --debug=HLINK5 "$name1" "$todir/"
78
diff $diffopt "$name1" "$todir" || test_fail "solo copy of name1 failed"
79
80
+# Make sure there's nothing wrong with sending a single directory with -H
81
+# enabled (this has broken in 3.4.0 so far, so we need this test).
82
+rm -rf "$fromdir" "$todir"
83
+makepath "$fromdir/sym" "$todir"
84
+checkit "$RSYNC -aH '$fromdir/sym' '$todir'" "$fromdir" "$todir"
85
+
86
# The script would have aborted on error, so getting here means we've won.
87
exit 0
0 commit comments