Skip to content

Commit

Permalink
Merge pull request #98 from vaikas/fix-tests
Browse files Browse the repository at this point in the history
Fix the top level tests, fix a typo in the name.
  • Loading branch information
jedsalazar authored Apr 3, 2024
2 parents 2891158 + c6e206b commit 87d6447
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bincapz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func TestSimple(t *testing.T) {

fs.WalkDir(fileSystem, ".", func(path string, d fs.DirEntry, err error) error {
if err != nil {
log.Fatal(err)
t.Fatal(err)
}
if !strings.HasSuffix(path, ".simple") {
return nil
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# based on valryian_debug-0.0.1 from the backstabbers knife collection
# based on valyrian_debug-0.0.1 from the backstabbers knife collection
import json
import os
import sys
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# testdata/Python/valryian_debug_setup.py
# testdata/Python/valyrian_debug_setup.py
combo/backdoor/py_setuptools
combo/recon/system_network
exec/pipe
exec/program
Expand Down
2 changes: 1 addition & 1 deletion testdata/macOS/libffmpeg.dirty.mdiff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Changed: testdata/macOS/libffmpeg.dirty.dylib
## Changed: .

Previous Risk: ✅ 2/MEDIUM
New Risk: 🚨 4/CRITICAL
Expand Down

0 comments on commit 87d6447

Please sign in to comment.