encfs/integration.sh

7 lines
182 B
Bash
Raw Normal View History

#!/bin/bash -eux
# Make sure we are in the directory this script is in.
cd "$(dirname "$0")"
perl -MTest::Harness -e '$$Test::Harness::debug=1; runtests @ARGV;' integration/*.t.pl