REST API testing script fix

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-06-21 09:15:56 +02:00
parent b4042cbf15
commit 5f4f5d892f
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ function test_put {
else
echo "Test $TESTS_AMOUNT failed."
echo "Test $TESTS_AMOUNT failed." >> $ERROR_LOG
echo "$response" > $ERROR_LOG
echo "$response" >> $ERROR_LOG
fi
}