diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-10 19:29:51 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-10 19:29:51 +0200 | 
| commit | 2c7f9f240ea4588a96389fc79a839cf78dc7c2d6 (patch) | |
| tree | 35947212c7efaac44c3f123aa6f3466c5bf99fd3 /test/main | |
| parent | b2ee555c15a6208ec5098c048431830835261907 (diff) | |
Added a test for envify
Diffstat (limited to 'test/main')
| -rwxr-xr-x | test/main | 5 | 
1 files changed, 5 insertions, 0 deletions
@@ -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)) {  | 
