From a090bbddacc6ae35c030a5570b02623f37ebdbe3 Mon Sep 17 00:00:00 2001 From: joshr Date: Sun, 22 Jul 2018 23:16:01 -0400 Subject: [PATCH] fix --- tests/test_reveal.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_reveal.bats b/tests/test_reveal.bats index d4882ad6..858dec87 100644 --- a/tests/test_reveal.bats +++ b/tests/test_reveal.bats @@ -67,8 +67,8 @@ function teardown { [ "$status" -eq 0 ] - local perm1 - local perm2 + local secret_perm + local file_perm secret_perm=$(ls -l "$FILE_TO_HIDE".secret | cut -d' ' -f1) file_perm=$(ls -l "$FILE_TO_HIDE" | cut -d' ' -f1) echo "# secret_perm: $secret_perm, file_perm: $file_perm" >&3