Files
patchelf/tests/plain-fail.sh

5 lines
41 B
Bash
Executable File

#! /bin/sh
if ./main; then
exit 1
fi