blob: 7104ee35699a4f4817ad1c65b6f20612237b9f72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- test/include.sh.orig 2023-11-10 10:04:34 UTC
+++ test/include.sh
@@ -8,7 +8,7 @@ function setup()
export TEST_USER="user@example.com"
export TEST_PASS="123456"
export TEST_WRONG_PASS="000000"
- export TEST_LPASS="../build/lpass-test"
+ export TEST_LPASS="../lpass-test"
export LPASS_HOME="./.lpass"
}
|