This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
scapy
mirror of
https://github.com/secdev/scapy.git
Watch
1
Star
1
Fork
You've already forked scapy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4fc93934b1
scapy
/
test
/
run_tests_py2
4 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rename Python-version-specific executables
2017-10-03 11:02:45 +00:00
#! /bin/sh
PYTHON=python2
Use . instead of source shell command. The source keyword is a bash extension that is not recognized by every bourne shell. The . command works everywhere.
2018-03-07 15:46:29 +00:00
. $(dirname $0)/run_tests "$@"