missed debug statement

This commit is contained in:
Christoph Klaffl 2024-04-05 15:22:13 +02:00
parent 7c8a34eceb
commit 4e86733c1a
No known key found for this signature in database
GPG Key ID: 8FC1D76EED4970D2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ set -e
if [ -z "$ALLOW_INVASIVE_TESTS" ]; then
exit 130
fi
exit 0
POOL_IMAGE="/tmp/syncoid-test-11.zpool"
POOL_SIZE="64M"
POOL_NAME="syncoid-test-11"