summaryrefslogtreecommitdiffstats
path: root/tests/include.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include.rc')
-rw-r--r--tests/include.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include.rc b/tests/include.rc
index de3b90ee86b..872aec11edf 100644
--- a/tests/include.rc
+++ b/tests/include.rc
@@ -431,7 +431,7 @@ function cleanup()
# Prepare flags for umount
case `uname -s` in
Linux)
- flag="-l"
+ flag="-l -f --no-canonicalize"
;;
NetBSD)
flag="-f -R"