fix: expand variables

This commit is contained in:
Jose Diaz-Gonzalez
2018-09-03 17:26:13 -04:00
parent 64c6437e4e
commit d63f1cc158

View File

@@ -72,8 +72,8 @@ teardown() {
@test "(ps:scale) dockerfile non-existent process" {
run bash -c "dokku --trace ps:scale $TEST_APP non-existent=2"
echo "output: "$output
echo "status: "$status
echo "output: $output"
echo "status: $status"
assert_failure
}