diff --git a/docs/snippets/process-out-env.nf b/docs/snippets/process-out-env.nf index 9a80b7382c..06d6fa86fc 100644 --- a/docs/snippets/process-out-env.nf +++ b/docs/snippets/process-out-env.nf @@ -4,7 +4,7 @@ process myTask { script: ''' - FOO=$(ls -a) + FOO=$(ls -a1) ''' } diff --git a/plugins/nf-google/src/test/nextflow/cloud/google/batch/client/BatchConfigTest.groovy b/plugins/nf-google/src/test/nextflow/cloud/google/batch/client/BatchConfigTest.groovy index 0a88e6c2a0..28d0b8e5e9 100644 --- a/plugins/nf-google/src/test/nextflow/cloud/google/batch/client/BatchConfigTest.groovy +++ b/plugins/nf-google/src/test/nextflow/cloud/google/batch/client/BatchConfigTest.groovy @@ -26,7 +26,6 @@ import spock.lang.Specification */ class BatchConfigTest extends Specification { - @Requires({System.getenv('GOOGLE_APPLICATION_CREDENTIALS')}) def 'should create batch config' () { given: def CONFIG = [google: [