ZeroInstall.Publish.EntryPoints.PosixScriptTest.NoShebang C# (CSharp) Method

NoShebang() private method

private NoShebang ( ) : void
return void
        public void NoShebang()
        {
            new PosixScript().Analyze(baseDirectory: Directory, file: Deploy(PosixBinaryTest.Reference32, xbit: true))
                .Should().BeFalse();
        }
    }