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 | |
parent | b2ee555c15a6208ec5098c048431830835261907 (diff) |
Added a test for envify
-rw-r--r-- | test/envify | 1 | ||||
-rwxr-xr-x | test/main | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/test/envify b/test/envify new file mode 100644 index 0000000..e1dc2f0 --- /dev/null +++ b/test/envify @@ -0,0 +1 @@ +echo $oaei @@ -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)) { |