commit | 7fd3ef1fd73dffdb9b3445893ab579723ce08e74 | [log] [tgz] |
---|---|---|
author | Johannes Sixt <j6t@kdbg.org> | Sat Mar 07 00:04:09 2009 +0100 |
committer | Johannes Sixt <j6t@kdbg.org> | Wed Mar 18 20:35:01 2009 +0100 |
tree | 968949823530777a337d7313d373a184b279c3e9 | |
parent | e986ceb05a118944d2638fba4cd09678c1afa6b3 [diff] |
t9400, t9401: Do not force hard-linked clone The tests do not depend on that the clones are hard-linked, but used --local only as an optimization: At the time that --local was used first in t9400 hard-linked clones were not the default, yet. By removing --local, we help filesystems that do not support hard-links. Signed-off-by: Johannes Sixt <j6t@kdbg.org>