swc-installation-test-2.py: Don't require a specific Bash version
authorW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 01:28:25 +0000 (20:28 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 14:49:47 +0000 (09:49 -0500)
commit32da8e02a8d564992cc8b3f64a92b2492597e37c
treea1fda98146776712bd4963aa8d0ce1a774ce4bc2
parent2d45e1954f8ffb1225386e47aa6d8db84d106c7a
swc-installation-test-2.py: Don't require a specific Bash version

I have access to a machine running OS X 10.6.8, which has:

  $ bash --version
  GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)
  Copyright (C) 2007 Free Software Foundation, Inc.

That means no associative arrays, but for SWC purposes, it should
still get the job done.  All we really need is POSIX.2.
swc-installation-test-2.py