Skip to content

Commit f07a95d

Browse files
committed
test/compose: use 4 spaces indentation
For consistency. Signed-off-by: Paul Holzinger <[email protected]>
1 parent 9f422e1 commit f07a95d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/compose/test-compose

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ function start_service() {
237237
function podman() {
238238
echo "\$ podman $*" >>$WORKDIR/output.log
239239
output=$($PODMAN_BIN \
240-
--storage-driver=vfs \
240+
--storage-driver=vfs \
241241
--root $WORKDIR/root \
242242
--runroot $WORKDIR/runroot \
243243
--network-config-dir $WORKDIR/networks \
@@ -403,7 +403,7 @@ for t in "${tests_to_run[@]}"; do
403403
fi
404404

405405
# FIXME: run 'podman ps'?
406-
# rm -rf $WORKDIR/${testname}
406+
# rm -rf $WORKDIR/${testname}
407407
done
408408

409409
# END entry handler

0 commit comments

Comments
 (0)