kompose/script/test/cmd/globals.sh
Suraj Deshmukh b8ea2053e6 Update tests output files
With the recent changes in the output format as List,
updated tests as well so they validate on the new format of output.
2016-08-12 04:42:06 +00:00

7 lines
119 B
Bash

#!/bin/bash
TEMP_DIR="/tmp/kompose"
TEMP_STDOUT=$TEMP_DIR/test-stdout
TEMP_STDERR=$TEMP_DIR/test-stderr
EXIT_STATUS=0