From 551c1b0bf1d25ae53469419f473ab87b3bd666b5 Mon Sep 17 00:00:00 2001 From: dds Date: Wed, 19 Dec 2007 11:00:22 +0000 Subject: Correct the "move file from directory to existing directory" test for cross-device moves. --- tools/regression/bin/mv/regress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/regression/bin/mv/regress.sh b/tools/regression/bin/mv/regress.sh index fff420f..97eeca6 100644 --- a/tools/regression/bin/mv/regress.sh +++ b/tools/regression/bin/mv/regress.sh @@ -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 -- cgit v1.1