diff --git a/test/after.js b/test/after.js index 377a1c5..3f488ee 100644 --- a/test/after.js +++ b/test/after.js @@ -1,5 +1,3 @@ -#!/usr/bin/env node - /* * This test cleans up all t-* cloudrons from previous run. */ diff --git a/test/app-flow-test.js b/test/app-flow-test.js index c5e90ec..cfbffce 100644 --- a/test/app-flow-test.js +++ b/test/app-flow-test.js @@ -1,5 +1,3 @@ -#!/usr/bin/env node - /* * This tests an app flow on the cloudron. User installs * an app, tries to configure and then uninstall it. diff --git a/test/app-update-test.js b/test/app-update-test.js index f2b6229..0eac63f 100644 --- a/test/app-update-test.js +++ b/test/app-update-test.js @@ -1,5 +1,3 @@ -#!/usr/bin/env node - /* * This tests an app update on the cloudron. There are * two versions of haste in the staging appstore diff --git a/test/before.js b/test/before.js index c5638de..dae6f74 100644 --- a/test/before.js +++ b/test/before.js @@ -1,5 +1,3 @@ -#!/usr/bin/env node - /* * This test cleans up all t-* cloudrons from previous run. */ diff --git a/test/cloudron-backup-test.js b/test/cloudron-backup-test.js index 06f6ccf..414dc91 100644 --- a/test/cloudron-backup-test.js +++ b/test/cloudron-backup-test.js @@ -1,5 +1,3 @@ -#!/usr/bin/env node - /* * This tests a flow for the cloudron owner backs up a cloudron. * The backup is validated and restored from. diff --git a/test/cloudron-update-ams3-test.js b/test/cloudron-update-ams3-test.js index 44ce053..d7f2fa3 100644 --- a/test/cloudron-update-ams3-test.js +++ b/test/cloudron-update-ams3-test.js @@ -1,5 +1,3 @@ -#!/usr/bin/env node - /* * This tests a flow for the cloudron owner updating a cloudron. * It checks if an existing installed app retains it's data after diff --git a/test/cloudron-update-sfo1-test.js b/test/cloudron-update-sfo1-test.js index 7a00be6..f2449dc 100644 --- a/test/cloudron-update-sfo1-test.js +++ b/test/cloudron-update-sfo1-test.js @@ -1,5 +1,3 @@ -#!/usr/bin/env node - /* * This tests a flow for the cloudron owner updating a cloudron. * It checks if an existing installed app retains it's data after diff --git a/test/cloudron-user-test.js b/test/cloudron-user-test.js index 282dcb0..a6bee85 100644 --- a/test/cloudron-user-test.js +++ b/test/cloudron-user-test.js @@ -1,5 +1,3 @@ -#!/usr/bin/env node - 'use strict'; /* diff --git a/test/custom-domain-test.js b/test/custom-domain-test.js index f6d4ef0..5a48150 100644 --- a/test/custom-domain-test.js +++ b/test/custom-domain-test.js @@ -1,5 +1,3 @@ -#!/usr/bin/env node - /* * This tests a flow for cloudron owner creating a cloudron * with a custom domain from the appstore. Owner creates a cloudron, activates diff --git a/test/new-user-test.js b/test/new-user-test.js index 3ea9c4b..901b444 100644 --- a/test/new-user-test.js +++ b/test/new-user-test.js @@ -1,5 +1,3 @@ -#!/usr/bin/env node - /* * This tests a flow for cloudron owner creating a cloudron * from the appstore. Owner creates a cloudron, activates