We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c36bf2 commit 991a808Copy full SHA for 991a808
testsuite/xattrs.test
@@ -259,5 +259,10 @@ checkit "$RSYNC -aiiX $XFILT . ../to" "$chkdir" "$todir"
259
cd "$todir"
260
xls file1 file2 | diff $diffopt "$scratchdir/xattrs.txt" -
261
262
+cd "$fromdir"
263
+rm -rf "$todir"
264
+mkfifo fifo1
265
+checkit "$RSYNC -avX --specials $XFILT $dashH --super . '$chkdir/'" "$fromdir" "$chkdir"
266
+
267
# The script would have aborted on error, so getting here means we've won.
268
exit 0
0 commit comments