summaryrefslogtreecommitdiff
path: root/tests/mkinst3.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mkinst3.test')
-rwxr-xr-xtests/mkinst3.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mkinst3.test b/tests/mkinst3.test
index 8d9efe708..0082b53fb 100755
--- a/tests/mkinst3.test
+++ b/tests/mkinst3.test
@@ -19,8 +19,8 @@
. ./defs || Exit 1
# Make sure the directory we will create can be created...
-mkdir '~a b' || Exit 77
-mkdir '~a b/-x y' || Exit 77
+mkdir '~a b' && mkdir '~a b/-x y' \
+ || skip_ "directory names with spaces and metacharacters not accepted"
rm -rf '~a b'
cp "$top_testsrcdir/lib/mkinstalldirs" .