]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/TEST-02-CRYPTSETUP/test.sh
test: convert all uses of '|| true' into '|| :'
[thirdparty/systemd.git] / test / TEST-02-CRYPTSETUP / test.sh
index 2dd2cce6e5cd9540fb11c86836928237aaf6dbcd..16fda42754ad6419fe61ccf39065d8f4a419c24b 100755 (executable)
@@ -84,7 +84,7 @@ cleanup_root_var() {
 
 test_cleanup() {
     # ignore errors, so cleanup can continue
-    cleanup_root_var || true
+    cleanup_root_var || :
     _test_cleanup
 }