mirror of
https://github.com/restic/restic.git
synced 2026-06-02 07:09:43 +00:00
Add test-case for key management
This commit is contained in:
+2
-2
@@ -82,10 +82,10 @@ else
|
||||
testfiles=(${dir}/test-*.sh)
|
||||
fi
|
||||
|
||||
echo "testfiles: $testfiles"
|
||||
echo "testfiles: ${testfiles[@]}"
|
||||
|
||||
failed=""
|
||||
for testfile in "$testfiles"; do
|
||||
for testfile in "${testfiles[@]}"; do
|
||||
current=$(basename "${testfile}" .sh)
|
||||
|
||||
if bash "${testfile}"; then
|
||||
|
||||
Reference in New Issue
Block a user