summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsmoke.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke.sh b/smoke.sh
index 3226b74f172..8095da4693b 100755
--- a/smoke.sh
+++ b/smoke.sh
@@ -34,7 +34,7 @@ function run_tests()
{
cd $M;
- (sleep 1; dbench -x -s -t 60 10 >/dev/null) &
+ (sleep 1; dbench -s -t 60 10 >/dev/null) &
(sleep 1; /opt/qa/tools/posix_compliance.sh) &