#!/usr/bin/env bats load test_helper @test "shims linked from elsewhere are chained, other programs at the same paths are unaffected (integration)" { bats_require_minimum_version 1.5.0 progname=shimmed_program called_progname=another_program create_alt_executable_in_version "custom" "$progname" <