From 901a9ace7c167bc66012a3f52c1d8fe6d63df5f7 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 26 Aug 2016 12:59:27 +0200 Subject: [PATCH] Update test to use new backup subcommand --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index a7a6396..bde0608 100755 --- a/test/test.js +++ b/test/test.js @@ -177,7 +177,7 @@ describe('Application life cycle test', function () { }); it('backup app', function () { - execSync('cloudron backup --app ' + app.id, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); + execSync('cloudron backup create --app ' + app.id, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); }); it('restore app', function () {