aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-psubst
AgeCommit message (Expand)Author
2020-10-24hush: do not print killing signal name in `cmd_whihc_dies_on_signal`Denys Vlasenko
2020-02-17ash: expand: Fix trailing newlines processing in backquote expandingDenys Vlasenko
2018-04-05hush: fix a few more corner cases with empty-expanding `cmds`Denys Vlasenko
2010-09-12hush: fix handling of \" in quoted/unquoted `cmd`Denys Vlasenko
2010-05-20hush: fix var=`exit 2` not setting $? to 2Denys Vlasenko
2009-11-16hush: fix exit code propagation from `cmd`. +45 bytesDenys Vlasenko
2009-11-15hush: wait for `cmd` to complete, and immediately store its exitcode in $?Denys Vlasenko
2009-10-18hush: fix handling of empty argumentsDenys Vlasenko
2009-10-18hush: handle empty execsMike Frysinger
2009-04-09skip some tests when fancy echo support is turned offMike Frysinger
2009-04-08hush: more rodust detection of unterminated strings etc;Denis Vlasenko
2008-06-12hush: fix for nested $()s with escapes + testsuiteDenis Vlasenko
2008-06-10hush: more backtick and quoting fixes...Denis Vlasenko
2008-06-10hush: fix yet another falloutDenis Vlasenko