summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/run-tests.sh b/run-tests.sh
index bd9fec6bab5..ee7405e5e67 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -194,8 +194,7 @@ function run_tests()
function is_bad_test ()
{
local name=$1
- for bt in ./tests/basic/uss.t \
- ./tests/basic/quota-anon-fd-nfs.t \
+ for bt in ./tests/basic/quota-anon-fd-nfs.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done