Make zimport.sh bash dependency explicit
Unfortunately, the zimport.sh test script really does depend on bash. Moving to /bin/sh should be possible once the shared infrastructure scripts it depends on is made portable. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
b761912b34
commit
888f7141a3
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# Verify that an assortment of known good reference pools can be imported
|
||||
# using different versions of the ZoL code.
|
||||
|
|
Loading…
Reference in New Issue