From f07a95da0ec713d92ad5edab37159feda2b8b8a7 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Mon, 31 Mar 2025 15:00:12 +0200 Subject: [PATCH] test/compose: use 4 spaces indentation For consistency. Signed-off-by: Paul Holzinger --- test/compose/test-compose | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/compose/test-compose b/test/compose/test-compose index 5e90148284..07e28d4de6 100755 --- a/test/compose/test-compose +++ b/test/compose/test-compose @@ -237,7 +237,7 @@ function start_service() { function podman() { echo "\$ podman $*" >>$WORKDIR/output.log output=$($PODMAN_BIN \ - --storage-driver=vfs \ + --storage-driver=vfs \ --root $WORKDIR/root \ --runroot $WORKDIR/runroot \ --network-config-dir $WORKDIR/networks \ @@ -403,7 +403,7 @@ for t in "${tests_to_run[@]}"; do fi # FIXME: run 'podman ps'? -# rm -rf $WORKDIR/${testname} + # rm -rf $WORKDIR/${testname} done # END entry handler