Files
patchelf/tests/plain-run.sh
Eelco Dolstra 0da4ea8b65 * Add tests.
2005-09-29 12:03:56 +00:00

8 lines
120 B
Bash
Executable File

#! /bin/sh
LD_LIBRARY_PATH=. ./main
exitCode=$?
if test "$exitCode" != 46; then
echo "bad exit code!"
exit 1
fi