diff options
author | Martin Pool <mbp@samba.org> | 2002-01-11 07:11:23 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-01-11 07:11:23 +0000 |
commit | cf72f20426c4b6c9c2467185f85e09e0028d39b6 (patch) | |
tree | a0ea8a9e68b77d8481d94fb7f7a09e0e582d2617 /testsuite/hardlinks.test | |
parent | d479210cee5b19beba32e20dc66bf141f3fee56d (diff) | |
download | rsync-cf72f20426c4b6c9c2467185f85e09e0028d39b6.tar.gz |
Improved test framework and test for hardlink handling
Diffstat (limited to 'testsuite/hardlinks.test')
-rw-r--r-- | testsuite/hardlinks.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/hardlinks.test b/testsuite/hardlinks.test index 5cdc78fd..3405f15e 100644 --- a/testsuite/hardlinks.test +++ b/testsuite/hardlinks.test @@ -31,7 +31,7 @@ ln "$name1" "$name2" || fail "Can't create hardlink" ln "$name2" "$name3" || fail "Can't create hardlink" cp "$name2" "$name4" || fail "Can't copy file" -checkit "rsync -aH \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" +checkit "rsync -aHvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" exit 0 # last [] may have failed but if we get here then we've won |