~krathalan/wtwitch

65323086b489414d6453dde55412b9361b413372 — Hunter Peavey 4 years ago 2178519
Fix unit-test-wtwitch.sh
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/unit-test-wtwitch.sh
M tests/unit-test-wtwitch.sh => tests/unit-test-wtwitch.sh +1 -1
@@ 47,7 47,7 @@ readonly NC=$(tput sgr0) # No color/turn off all tput attributes
# Other
readonly SCRIPT_NAME=$(basename "$0")
readonly TEST_STREAMER="loltyler1"
readonly CORRECT_OUTPUT_DIR="${PWD}/unit-test-output"
readonly CORRECT_OUTPUT_DIR="$(dirname "$0")/unit-test-output"
testName=""

# Temporary file to output to for comparison