From 65d233e5b5290f65796b7cf3daa20706e0f3bee6 Mon Sep 17 00:00:00 2001 From: Unitech Date: Fri, 2 Feb 2018 15:32:11 +0100 Subject: [PATCH] chore: remove unused files --- test/fixtures/pm2-dev/$HOME/.pm3/module_conf.json | 1 - test/fixtures/pm2-dev/$HOME/.pm3/touch | 1 - test/fixtures/pm2-dev/exited_app.js | 2 ++ 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 test/fixtures/pm2-dev/$HOME/.pm3/module_conf.json delete mode 100644 test/fixtures/pm2-dev/$HOME/.pm3/touch create mode 100644 test/fixtures/pm2-dev/exited_app.js diff --git a/test/fixtures/pm2-dev/$HOME/.pm3/module_conf.json b/test/fixtures/pm2-dev/$HOME/.pm3/module_conf.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/test/fixtures/pm2-dev/$HOME/.pm3/module_conf.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/test/fixtures/pm2-dev/$HOME/.pm3/touch b/test/fixtures/pm2-dev/$HOME/.pm3/touch deleted file mode 100644 index ad2dd20b0..000000000 --- a/test/fixtures/pm2-dev/$HOME/.pm3/touch +++ /dev/null @@ -1 +0,0 @@ -1498811729303 \ No newline at end of file diff --git a/test/fixtures/pm2-dev/exited_app.js b/test/fixtures/pm2-dev/exited_app.js new file mode 100644 index 000000000..df1fc8096 --- /dev/null +++ b/test/fixtures/pm2-dev/exited_app.js @@ -0,0 +1,2 @@ + +throw new Error('exit')