]> git.proxmox.com Git - pve-storage.git/blobdiff - test/run_plugin_tests.pl
Add prune_backups to storage API
[pve-storage.git] / test / run_plugin_tests.pl
index 54322bb00055124fb3192dd7601ba74ce94ff26c..d33429ac0ca30dda511abac54d0bfa7e8be5f851 100755 (executable)
@@ -16,6 +16,7 @@ my $res = $harness->runtests(
     "path_to_volume_id_test.pm",
     "get_subdir_test.pm",
     "filesystem_path_test.pm",
+    "prune_backups_test.pm",
 );
 
 exit -1 if !$res || $res->{failed} || $res->{parse_errors};