diff options
Diffstat (limited to 'tests/t0001-sanity-checks.sh')
-rwxr-xr-x | tests/t0001-sanity-checks.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/t0001-sanity-checks.sh b/tests/t0001-sanity-checks.sh index c052533..989ca2f 100755 --- a/tests/t0001-sanity-checks.sh +++ b/tests/t0001-sanity-checks.sh @@ -9,8 +9,8 @@ test_expect_success 'Make sure we can run pass' ' test_expect_success 'Make sure we can initialize our test store' ' pass_init && - ls -ld "${PASSWORD_STORE_DIR}" && - [[ -d "${PASSWORD_STORE_DIR}" ]] + ls -ld "$PASSWORD_STORE_DIR" && + [[ -d "$PASSWORD_STORE_DIR" ]] ' test_done |