summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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