diff options
Diffstat (limited to 'run-tests.sh')
| -rwxr-xr-x | run-tests.sh | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/run-tests.sh b/run-tests.sh index 13108c19af9..9596fef96a7 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/bugs/replicate/bug-1015990.t      \ +    for bt in ./tests/bugs/replicate/bug-1015990.t      \                ./tests/basic/ec/quota.t  \                ./tests/basic/quota-nfs.t \                ./tests/bugs/quota/bug-1035576.t  \  | 
