aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-psubst (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: fix handling of \" in quoted/unquoted `cmd`Denys Vlasenko2010-09-122-3/+5
* hush: fix var=`exit 2` not setting $? to 2Denys Vlasenko2010-05-202-0/+49
* hush: fix exit code propagation from `cmd`. +45 bytesDenys Vlasenko2009-11-162-8/+4
* hush: wait for `cmd` to complete, and immediately store its exitcode in $?Denys Vlasenko2009-11-152-0/+2
* hush: fix handling of empty argumentsDenys Vlasenko2009-10-182-4/+11
* hush: handle empty execsMike Frysinger2009-10-182-0/+30
* skip some tests when fancy echo support is turned offMike Frysinger2009-04-091-0/+2
* hush: more rodust detection of unterminated strings etc;Denis Vlasenko2009-04-082-0/+10
* hush: fix for nested $()s with escapes + testsuiteDenis Vlasenko2008-06-123-1/+14
* hush: more backtick and quoting fixes...Denis Vlasenko2008-06-102-0/+17
* hush: fix yet another falloutDenis Vlasenko2008-06-104-0/+12