From 292d7259fea98db3fb9ba4c9db2cd96639f754fe Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 23 Apr 2014 06:08:46 +0200 Subject: tests: make variables sane --- tests/t0001-sanity-checks.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/t0001-sanity-checks.sh') 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 -- cgit v1.2.3