]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
251: fix cp -axT problem
authorLiu Bo <liubo2009@cn.fujitsu.com>
Mon, 6 Feb 2012 08:27:47 +0000 (16:27 +0800)
committerChristoph Hellwig <hch@lst.de>
Sat, 31 Mar 2012 20:14:06 +0000 (20:14 +0000)
commit929221ba9b50496b2a267796b690b4526191f02b
treee6d38a15027c7e2c3a74407ce86c36ff28356541
parenta7e35712e894152c6b277bcb69e3623e0e6d545c
251: fix cp -axT problem

When I ran xfstests, 251 got failed cause I use a symlink and
"cp -axT" did not work as wish:
cp: cannot overwrite directory `/mnt/scratch/1' with non-directory

With this patch, 251 has passed.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
251