mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
7 lines
186 B
Bash
Executable File
7 lines
186 B
Bash
Executable File
#!/bin/bash -eux
|
|
|
|
# Make sure we are in the directory this script is in.
|
|
cd "$(dirname "$0")"
|
|
|
|
perl -I. -MTest::Harness -e '$$Test::Harness::debug=1; runtests @ARGV;' integration/*.t.pl
|