Changed a "mkdir -p" into a makedir.
authorWayne Davison <wayned@samba.org>
Thu, 26 Apr 2007 05:32:38 +0000 (05:32 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 26 Apr 2007 05:32:38 +0000 (05:32 +0000)
testsuite/relative.test

index 38a8056..8ff20df 100644 (file)
@@ -8,7 +8,7 @@
 
 deepstr='down/3/deep'
 deepdir="$fromdir/$deepstr"
-mkdir -p "$deepdir"
+makepath "$deepdir"
 fromdir="$deepdir"
 hands_setup
 fromdir="$tmpdir/from"