mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 07:53:31 +01:00
7 lines
182 B
Bash
7 lines
182 B
Bash
|
#!/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
|