From: Michael R. Crusoe <crusoe@debian.org>
Subject: Add missing interpreter lines
Forwarded: https://github.com/common-workflow-language/cwltool/pull/1400
--- cwltool.orig/tests/arg-empty-prefix-separate-false.cwl
+++ cwltool/tests/arg-empty-prefix-separate-false.cwl
@@ -1,3 +1,4 @@
+#!/usr/bin/env cwl-runner
 class: CommandLineTool
 cwlVersion: v1.0
 baseCommand: []
@@ -15,4 +16,4 @@
   shellQuote: false
   valueFrom: "echo"
 requirements:
-- class: ShellCommandRequirement
\ No newline at end of file
+- class: ShellCommandRequirement
--- cwltool.orig/tests/iwdr_dir_literal_real_file.cwl
+++ cwltool/tests/iwdr_dir_literal_real_file.cwl
@@ -1,3 +1,4 @@
+#!/usr/bin/env cwl-runner
 class: CommandLineTool
 cwlVersion: v1.0
 
--- cwltool.orig/tests/wf/conflict.cwl
+++ cwltool/tests/wf/conflict.cwl
@@ -1,3 +1,4 @@
+#!/usr/bin/env cwl-runner
 cwlVersion: v1.1
 $graph:
   - class: CommandLineTool
--- cwltool.orig/tests/wf/generator/pytoolgen.cwl
+++ cwltool/tests/wf/generator/pytoolgen.cwl
@@ -1,3 +1,4 @@
+#!/usr/bin/env cwl-runner
 cwlVersion: v1.0
 $namespaces:
   cwltool: "http://commonwl.org/cwltool#"
--- cwltool.orig/tests/wf/literalfile.cwl
+++ cwltool/tests/wf/literalfile.cwl
@@ -1,3 +1,4 @@
+#!/usr/bin/env cwl-runner
 cwlVersion: v1.0
 class: CommandLineTool
 inputs:
--- cwltool.orig/tests/wf/packed-with-loadlisting.cwl
+++ cwltool/tests/wf/packed-with-loadlisting.cwl
@@ -1,3 +1,4 @@
+#!/usr/bin/env cwl-runner
 {
       "$graph": [
         {
--- cwltool.orig/tests/wf/scatter2.cwl
+++ cwltool/tests/wf/scatter2.cwl
@@ -1,3 +1,4 @@
+#!/usr/bin/env cwl-runner
 # Copyright (C) The Arvados Authors. All rights reserved.
 #
 # SPDX-License-Identifier: Apache-2.0
--- cwltool.orig/tests/wf/scatter2_subwf.cwl
+++ cwltool/tests/wf/scatter2_subwf.cwl
@@ -1,3 +1,4 @@
+#!/usr/bin/env cwl-runner
 # Copyright (C) The Arvados Authors. All rights reserved.
 #
 # SPDX-License-Identifier: Apache-2.0
--- cwltool.orig/tests/with_doc.cwl
+++ cwltool/tests/with_doc.cwl
@@ -1,3 +1,4 @@
+#!/usr/bin/env cwl-runner
 cwlVersion: v1.0
 class: CommandLineTool
 inputs: []
--- cwltool.orig/tests/without_doc.cwl
+++ cwltool/tests/without_doc.cwl
@@ -1,3 +1,4 @@
+#!/usr/bin/env cwl-runner
 cwlVersion: v1.0
 class: CommandLineTool
 inputs: []
