Added test case for GREP_OPTIONS

This commit is contained in:
Jon Knapp
2013-02-02 16:15:29 -08:00
parent ec9613e19e
commit 629a301d43

View File

@@ -114,4 +114,9 @@ test_todo_session 'listproj from combined open + done tasks' <<'EOF'
+prj01
EOF
test_todo_session 'listproj with GREP_OPTIONS disruption' <<'EOF'
>>> GREP_OPTIONS=-n todo.sh listproj
+prj01
EOF
test_done