fix backup test mkdir

This commit is contained in:
2023-08-06 15:42:25 +02:00
parent f517b0deab
commit 3ef8c796a4

View File

@@ -123,7 +123,7 @@ AIDS=()
OUT=$($CMD list --repo "$TESTDATADIR"/testdir/to1 --password asdff)
echo "$OUT"
mkdir "$TESTDATADIR"/testmount
mkdir -p "$TESTDATADIR"/testmount
$CMD mount --repo "$TESTDATADIR"/testdir/to1 --password asdff --to "$TESTDATADIR"/testmount &
while IFS= read -r l; do