diff options
Diffstat (limited to 'internal/sandbox/executable_test.go')
| -rw-r--r-- | internal/sandbox/executable_test.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/internal/sandbox/executable_test.go b/internal/sandbox/executable_test.go deleted file mode 100644 index b11908c5..00000000 --- a/internal/sandbox/executable_test.go +++ /dev/null @@ -1,17 +0,0 @@ -package sandbox_test - -import ( - "os" - "testing" - - "git.gensokyo.uk/security/fortify/internal/sandbox" -) - -func TestExecutable(t *testing.T) { - for i := 0; i < 16; i++ { - if got := sandbox.MustExecutable(); got != os.Args[0] { - t.Errorf("MustExecutable: %q, want %q", - got, os.Args[0]) - } - } -} |
