]> BookStack Code Mirror - system-cli/blobdiff - tests/Commands/RestoreCommandTest.php
Improved symlink support for backup/restore
[system-cli] / tests / Commands / RestoreCommandTest.php
index 288b0568d0773fcd9d7ca5712807e1b040faaf54..93b27bfd6caa285194158a0dfc540a30843a9fdb 100644 (file)
@@ -162,6 +162,7 @@ class RestoreCommandTest extends TestCase
         $this->assertStringEqualsFile('/var/www/bookstack-symlink-restore/themes/test.txt', 'hello-themes');
 
         exec('rm -rf /var/www/bookstack-symlink-restore');
+        exec('rm -rf /symlinks');
     }
 
     protected function buildZip(callable $builder): string