qa: set -e explicitly in quota test

Previously was set in hashbang, which meant
that "./quota.sh" was OK, but "sh ./quota.sh" would
just run through ignoring errors.

Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
John Spray 2015-01-13 14:58:57 +00:00
parent fc7fa3087d
commit b578a53b03

View File

@ -1,4 +1,7 @@
#!/bin/bash -ex
#!/bin/bash
set -e
set -x
function expect_false()
{