diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/mason-core/installer/context_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mason-core/installer/context_spec.lua b/tests/mason-core/installer/context_spec.lua index a13bc295..3f8b23c9 100644 --- a/tests/mason-core/installer/context_spec.lua +++ b/tests/mason-core/installer/context_spec.lua @@ -29,7 +29,7 @@ describe("installer", function() assert.spy(ctx.fs.write_file).was_called_with( match.is_ref(ctx.fs), "my-executable", - [[#!/bin/bash + [[#!/usr/bin/env bash export GREETING="Hello World!" exec bash -c 'echo $GREETING' "$@"]] ) |
