[BusyBox 0001046]: ash does not handle quotes propperly (aka like /bin/sh)

bugs at busybox.net bugs at busybox.net
Sun Sep 24 12:46:13 UTC 2006


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1046 
====================================================================== 
Reported By:                walter
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   1046
Category:                   Standards Compliance
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             09-24-2006 05:46 PDT
Last Modified:              09-24-2006 05:46 PDT
====================================================================== 
Summary:                    ash does not handle quotes propperly (aka like
/bin/sh)
Description: 
The following tests are part of the bash-test suite posix2. the bb ash
passed all other posix2 tests.


SQUOTE="'"
val1=$(set | sed -n 's:^SQUOTE=::p')
if [ "$val1" != "''\\'''" ]; then 
        echo testfail "variable quoting 1"
fi


VHASH=ab#cd
val1=$(set | sed -n 's:^VHASH=::p')
if [ "$val1" != "ab#cd" ]; then
        echo testfail "variable quoting 3"
fi



====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
09-24-06 05:46  walter         New Issue                                    
09-24-06 05:46  walter         Status                   new => assigned     
09-24-06 05:46  walter         Assigned To               => BusyBox         
======================================================================




More information about the busybox-cvs mailing list