junneyang / zumastor

Automatically exported from code.google.com/p/zumastor
0 stars 1 forks source link

pushd/popd bashisms breaking test suite on hardy #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
More overlooked bashisms.  pushd/popd are used extensively setting up the
UML test harness and running the QEMU test harness.

Original issue reported on code.google.com by drake.di...@gmail.com on 12 Mar 2008 at 11:29

GoogleCodeExporter commented 9 years ago
There are also a number of 'function functionname {' occurrences in the test 
suite, 
these break dash as well. 

Original comment by williama...@gmail.com on 7 Apr 2008 at 11:54

GoogleCodeExporter commented 9 years ago
added a patch for cbcb/tests/2/replication-zumastor-lvm-resize.sh

Original comment by williama...@gmail.com on 8 Apr 2008 at 1:13

Attachments:

GoogleCodeExporter commented 9 years ago
added patch for cbtb/tests/1/snapshot-zumastor-lvm-ext3-resize.sh

Original comment by williama...@gmail.com on 8 Apr 2008 at 1:16

Attachments:

GoogleCodeExporter commented 9 years ago
lgtm.

Original comment by jiayin...@gmail.com on 8 Apr 2008 at 1:22

GoogleCodeExporter commented 9 years ago
Committed previous two patches.

Also issues with scripts involving `let`.
"""
$ let
dash: let: not found
"""
Ironically, there are bashisms in the bashisms test :).

Original comment by williama...@gmail.com on 8 Apr 2008 at 2:20

Attachments:

GoogleCodeExporter commented 9 years ago
Taken care of in issue 103

Original comment by williama...@gmail.com on 15 Apr 2008 at 10:05