From: Ralph Boehme Date: Tue, 6 Jul 2021 05:22:40 +0000 (+0200) Subject: selftest: simplify snapshot directory creation in test_shadow_copy_torture.sh X-Git-Tag: talloc-2.3.3~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aabc9825ca108641c2becf322fa0bd90ea18424;p=thirdparty%2Fsamba.git selftest: simplify snapshot directory creation in test_shadow_copy_torture.sh BUG: https://bugzilla.samba.org/show_bug.cgi?id=14756 Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/script/tests/test_shadow_copy_torture.sh b/source3/script/tests/test_shadow_copy_torture.sh index 9cd0900d0b7..68cd97e6364 100755 --- a/source3/script/tests/test_shadow_copy_torture.sh +++ b/source3/script/tests/test_shadow_copy_torture.sh @@ -45,8 +45,7 @@ build_snapshots() snapdir=$WORKDIR/.snapshots - mkdir -p $snapdir - mkdir $snapdir/$SNAPSHOT + mkdir -p $snapdir/$SNAPSHOT build_files $snapdir/$SNAPSHOT }