~mmach/netext73/lz4

« back to all changes in this revision

Viewing changes to tests/check_liblz4_version.sh

  • Committer: mmach
  • Date: 2022-11-09 18:52:10 UTC
  • Revision ID: netbit73@gmail.com-20221109185210-w358idlhh0phq688
1.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env sh
 
2
set -e
 
3
 
 
4
# written as a script shell, because pipe management in python is horrible
 
5
ldd $1 | grep liblz4
 
6