diff options
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)) { |