From 2c7f9f240ea4588a96389fc79a839cf78dc7c2d6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 10 Jul 2009 19:29:51 +0200 Subject: Added a test for envify --- test/main | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/main') diff --git a/test/main b/test/main index a344379..f3ec5a2 100755 --- a/test/main +++ b/test/main @@ -126,6 +126,11 @@ if ((test_extended)) { $envstore eval $envstore rm nonexistent $envstore clear + + echo "# envify" + $envstore save oaei lalala + [[ $(bin/envify sh test/envify) == lalala ]] + $envstore clear } if ((test_security)) { -- cgit v1.2.3