5 lines
169 B
Plaintext
5 lines
169 B
Plaintext
# @TEST-DOC: Run ldd on the zeek executable and check that it's linked against libpython
|
|
|
|
# @TEST-EXEC: ldd $(which zeek) > ldd.out
|
|
# @TEST-EXEC: grep libpython ldd.out
|