index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
skip some tests when fancy echo support is turned off
Mike Frysinger
2009-04-09
3
-0
/
+6
*
we arent testing `echo -n` here so use printf instead
Mike Frysinger
2009-04-09
1
-6
/
+6
*
source the .config so tests can signal they need to be skipped due to feature...
Mike Frysinger
2009-04-09
1
-2
/
+11
*
hush: more rodust detection of unterminated strings etc;
Denis Vlasenko
2009-04-08
6
-0
/
+112
*
expand leak_all1.tests
Denis Vlasenko
2009-04-08
1
-2
/
+8
*
hush: add a leak test which currently fails
Denis Vlasenko
2009-04-08
2
-0
/
+44
*
hush: add leak detector helper; fix/add tests for it
Denis Vlasenko
2009-04-08
6
-129
/
+80
*
hush: echo \2>file fix
Denis Vlasenko
2009-04-08
6
-0
/
+7
*
hush: fix heredoc expansion of $var and `cmd`
Denis Vlasenko
2009-04-07
4
-0
/
+21
*
use sleep rather than usleep
Mike Frysinger
2009-04-07
1
-2
/
+4
*
add a pathological test case for here doc related to eof marker and other ugl...
Mike Frysinger
2009-04-07
2
-0
/
+17
*
implement support for parameter substitution via #/% operators
Mike Frysinger
2009-04-07
2
-0
/
+38
*
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
Denis Vlasenko
2009-04-07
3
-11
/
+25
*
hush: fix "if false; then...fi" exitcode;
Denis Vlasenko
2009-04-06
2
-0
/
+3
*
make hush-misc/*.tests executable
Denis Vlasenko
2009-04-06
4
-0
/
+0
*
hush: fix a bunch of obscure while/until/continue bugs
Denis Vlasenko
2009-04-06
9
-1
/
+28
*
*.tests should be executable
Denis Vlasenko
2009-04-06
1
-0
/
+0
*
move hush-parsing/and-or.tests to hush-misc/*
Denis Vlasenko
2009-04-06
2
-0
/
+0
*
add some brute force logic tests
Mike Frysinger
2009-04-06
2
-0
/
+52
*
add tests for basic fd open/close/dupe
Mike Frysinger
2009-04-06
2
-0
/
+36
*
fix redir1 tests -- usleep isnt standard in $PATH
Mike Frysinger
2009-04-06
1
-1
/
+3
*
fixing mode on hush-leak/leak_argv1.tests
Denis Vlasenko
2009-04-05
1
-0
/
+117
*
fixing mode on hush-leak/leak_argv1.tests
Denis Vlasenko
2009-04-05
1
-117
/
+0
*
hush: fix passing of $n on NOMMU
Denis Vlasenko
2009-04-05
2
-0
/
+20
*
hush: fix "var=val >file" not creating file
Denis Vlasenko
2009-04-04
2
-0
/
+42
*
hush: finally make `cmd` safe on NOMMU
Denis Vlasenko
2009-04-03
1
-0
/
+2
*
hush: improve parse_stream: does not require parsing context struct;
Denis Vlasenko
2009-04-03
1
-1
/
+1
*
hush: fix bug with local environment vars in pipes; simplify parse_stream()
Denis Vlasenko
2009-04-03
2
-0
/
+13
*
trim trailing slashes from specified subdir so we output to the right place
Mike Frysinger
2009-04-02
1
-0
/
+1
*
hush: rename ->o_quote to ->o_escape
Denis Vlasenko
2009-04-02
4
-0
/
+537
*
hust_test/*: use "$THIS_SH" instead of hush
Denis Vlasenko
2009-03-31
7
-52
/
+52
*
implement `unset` semantics as required by POSIX
Mike Frysinger
2009-03-30
2
-0
/
+55
*
enable trap tests
Mike Frysinger
2009-03-29
4
-0
/
+0
*
add test cases for `trap` ... but disabled for now until trap support is comm...
Mike Frysinger
2009-03-29
8
-0
/
+72
*
test for invalid named variables
Mike Frysinger
2009-03-28
2
-0
/
+7
*
remove ((expr)) bash'ism
Denis Vlasenko
2009-03-28
1
-1
/
+1
*
add hush tests for parameter expansion
Mike Frysinger
2009-03-28
10
-0
/
+210
*
make sure we exit based on test failure rather than always exiting with 0
Mike Frysinger
2009-03-28
1
-3
/
+9
*
hush: fix segv at repeated "set -- a b c" + "shift"
Denis Vlasenko
2009-03-22
2
-0
/
+119
*
hush: tweak testsuite
Denis Vlasenko
2009-03-20
2
-1
/
+5
*
hush: fix bug 207 and "hush -c" parameter passing.
Denis Vlasenko
2009-03-20
2
-0
/
+4
*
hush: fix NOMMU bug (analogous to preceding commit for MMU)
Denis Vlasenko
2008-10-13
2
-7
/
+7
*
testcase for the last fix
Denis Vlasenko
2008-10-13
2
-0
/
+20
*
hush: fix environment and memory leaks, add tests for them
Denis Vlasenko
2008-10-09
5
-0
/
+127
*
hush: fix mishandling of a'b'c=fff as assignments. They are not.
Denis Vlasenko
2008-08-04
4
-0
/
+57
*
hush: support $_NUMBERS variable names
Denis Vlasenko
2008-07-31
4
-0
/
+6
*
hush: fix "case ... in <newline> word)..."
Denis Vlasenko
2008-07-31
2
-0
/
+9
*
hush: small fix for repeated continue and fix for wrong loop depth count
Denis Vlasenko
2008-07-29
2
-0
/
+12
*
hush: fix break'ing out of {} and () groups; with testcase
Denis Vlasenko
2008-07-29
2
-0
/
+17
*
hush: add #defines to switch off break/continue if loops are not supported
Denis Vlasenko
2008-07-29
2
-0
/
+8
[prev]
[next]