diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/main | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ test_pdir=$(mktemp -dt pkgdir.XXXXXX) test_proot=$(mktemp -dt pkgroot.XXXXXX) test_home=$(mktemp -dt pkghome.XXXXXX) +export PATH=$test_home/bin:$PATH + cat << meow test directories: PKG_DIR = $test_pdir |