From: Yu Watanabe Date: Wed, 13 Aug 2025 14:53:13 +0000 (+0900) Subject: TEST-72-SYSUPDATE: fix indentation and drop space in blank line X-Git-Tag: v258-rc3~45^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F38544%2Fhead;p=thirdparty%2Fsystemd.git TEST-72-SYSUPDATE: fix indentation and drop space in blank line --- diff --git a/test/units/TEST-72-SYSUPDATE.sh b/test/units/TEST-72-SYSUPDATE.sh index 57510b9638f..93a5ffb87f1 100755 --- a/test/units/TEST-72-SYSUPDATE.sh +++ b/test/units/TEST-72-SYSUPDATE.sh @@ -54,7 +54,7 @@ at_exit() { trap at_exit EXIT update_checksums() { - (cd "$WORKDIR/source" && sha256sum uki* part* dir-*.tar.gz >SHA256SUMS) + (cd "$WORKDIR/source" && sha256sum uki* part* dir-*.tar.gz >SHA256SUMS) } new_version() { @@ -357,7 +357,7 @@ EOF updatectl check rm -r /run/sysupdate.test.d fi - + # Create seventh version, and update through a file:// URL. This should be # almost as good as testing HTTP, but is simpler for us to set up. file:// is # abstracted in curl for us, and since our main goal is to test our own code