summaryrefslogtreecommitdiff
path: root/tests/basic-flags.sh
blob: 998fd045a41cd2b523208870543c3f08b07fc801 (plain)
1
2
3
4
5
6
#! /bin/sh -e

set -x
../src/patchelf --version | grep -q patchelf
../src/patchelf --help 2>&1 | grep -q patchelf
../src/patchelf 2>&1 | grep -q patchelf