Change debconf text to claim that the default /bin/sh is dash instead of bash. close...
[posh.git] / tests / version.t
blobeef662c97900a39d25ea1b90a192b52eff64d2dd
1 name: version-1
2 description:
3         Check version of shell.
4 category: posh
5 stdin:
6         echo $POSH_VERSION
7 expected-stdout:
8         0.8.4
9 ---