summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ccwl.scm20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/ccwl.scm b/tests/ccwl.scm
index 1bef07d..dfdc7c0 100644
--- a/tests/ccwl.scm
+++ b/tests/ccwl.scm
@@ -23,15 +23,15 @@
 
 (test-assert "stdin input should not have inputBinding"
   (not (assoc-ref
-      (assoc-ref
-       (assoc-ref
-        ((module-ref (resolve-module '(ccwl ccwl))
-                     'command->cwl)
-         (command #:inputs (file #:type 'File)
-                  #:run "wc" "-c"
-                  #:stdin file))
-        'inputs)
-       'file)
-      'inputBinding)))
+        (assoc-ref
+         (assoc-ref
+          ((module-ref (resolve-module '(ccwl ccwl))
+                       'command->cwl)
+           (command #:inputs (file #:type 'File)
+                    #:run "wc" "-c"
+                    #:stdin file))
+          'inputs)
+         'file)
+        'inputBinding)))
 
 (test-end "ccwl")