From 87b64249a9e9fe8f64222a079f20afe526337365 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 18 Apr 2009 11:42:33 +0200 Subject: test/main: Fixed envstore invocation --- test/main | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/main b/test/main index cdded87..9386794 100755 --- a/test/main +++ b/test/main @@ -117,7 +117,7 @@ if ((test_security)) { echo "# world-writable store file" $envstore save fucked yes chmod 777 $store_file - [[ $(envstore eval) != *fucked=yes* ]] + [[ $($envstore eval) != *fucked=yes* ]] rm $store_file $envstore save fucked yes cat <<- ente @@ -126,7 +126,7 @@ if ((test_security)) { ente echo -n "[press return when done] " read - [[ $(envstore eval) != *fucked=yes* ]] + [[ $($envstore eval) != *fucked=yes* ]] cat <<- ente Looking good, you may remove the file now rm $store_file -- cgit v1.2.3