Correct the "move file from directory to existing directory" test for

cross-device moves.
This commit is contained in:
dds 2007-12-19 11:00:22 +00:00
parent a9274fa45d
commit 551c1b0bf1

View File

@ -180,7 +180,7 @@ do
begin 'Move file from directory to existing directory'
mkdir -p 1/2/3
mkf 1/2/3/fa
mkdir -p db/fa
mkdir -p ${FS}db/fa
# Should fail per POSIX step 3a:
# Destination path is a file of type directory and
# source_file is not a file of type directory