diff options
Diffstat (limited to 'internal/path_test.go')
| -rw-r--r-- | internal/path_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/path_test.go b/internal/path_test.go index 5bcdd851..f670c786 100644 --- a/internal/path_test.go +++ b/internal/path_test.go @@ -15,7 +15,6 @@ func TestMustCheckPath(t *testing.T) { pathname string wantFatal string }{ - {"poison", compPoison, "invalid test path, this program is compiled incorrectly"}, {"zero", "", "invalid test path, this program is compiled incorrectly"}, {"not absolute", "\x00", `path "\x00" is not absolute`}, {"success", "/proc/nonexistent", ""}, |
