diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-04 19:29:21 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-04 19:29:21 +0000 |
commit | 552433bc5af76c8e5b52278b3d609e9a18c19dc2 (patch) | |
tree | a12123629e6ce6779a9385ed17775ca8e9313808 /shell/hush_test/hush-misc/redir1.right | |
parent | a24c8caeb29a11fafc748399ab6b30e6b8e638f0 (diff) |
hush: fix "var=val >file" not creating file
function old new delta
static.null_ptr - 4 +4
run_list 2018 2020 +2
handle_dollar 667 626 -41
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/1 up/down: 6/-41) Total: -35 bytes
Diffstat (limited to 'shell/hush_test/hush-misc/redir1.right')
-rw-r--r-- | shell/hush_test/hush-misc/redir1.right | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/redir1.right b/shell/hush_test/hush-misc/redir1.right new file mode 100644 index 000000000..ac90b4a0a --- /dev/null +++ b/shell/hush_test/hush-misc/redir1.right @@ -0,0 +1,10 @@ +Test 1: var:ok +File created:ok +Test 2: var:ok +File created:ok +Test 3: var:ok +File created:ok +Test 4: var:ok +File created:ok +Test 5: var:ok +File created:ok |