]> git.proxmox.com Git - proxmox-backup.git/blobdiff - tests/worker-task-abort.rs
proxmox-rest-server: allow to catch SIGINT and SIGHUP separately
[proxmox-backup.git] / tests / worker-task-abort.rs
index 75c226d382802aa1bb2d6aa340871d5c20d0f116..6d7ab8daed312dddd031abee33e6ec7fb6ccb5c9 100644 (file)
@@ -53,7 +53,6 @@ fn worker_task_abort() -> Result<(), Error> {
 
         let init_result: Result<(), Error> = try_block!({
             proxmox_rest_server::register_task_control_commands(&mut commando_sock)?;
-            proxmox_rest_server::catch_shutdown_and_reload_signals()?;
             Ok(())
         });