summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordds <dds@FreeBSD.org>2007-12-19 11:00:22 +0000
committerdds <dds@FreeBSD.org>2007-12-19 11:00:22 +0000
commit551c1b0bf1d25ae53469419f473ab87b3bd666b5 (patch)
treeab3e53a487040ca6fe935d89f15cd38178ca1cc2 /tools
parenta9274fa45d95e7a06ca738d73eab25508070498f (diff)
downloadFreeBSD-src-551c1b0bf1d25ae53469419f473ab87b3bd666b5.zip
FreeBSD-src-551c1b0bf1d25ae53469419f473ab87b3bd666b5.tar.gz
Correct the "move file from directory to existing directory" test for
cross-device moves.
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/bin/mv/regress.sh2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud