Skip to content
Snippets Groups Projects
Commit 9ec52a09 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

trigger

Former-commit-id: f7248055997867c6ed6e106b32cd3a5bade1218f
parent 0049096d
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,12 @@ echo "TEST_DIR: $TEST_DIR"
#used for filtering program names from output.
ORIG_NAME=tcpdump
ls -lt | grep tcpd_tests
ls -lt $TEST_DIR | grep tcpd_tests
pwd
whoami
sudo chmod -R og+rwx "$TEST_DIR/tcpd_tests"
ls -lt $TEST_DIR
ls -lt $TEST_DIR/tcpd_tests
ls -lt "$TEST_DIR/tcpd_tests/*.pcap"
#must import the library here, as it depends on some of the above variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment