From: Sascha Wildner Date: Sun, 1 Apr 2012 10:10:08 +0000 (+0200) Subject: fsstress: Adjust the sample script a bit. X-Git-Tag: v3.4.0rc~1147^2~3 X-Git-Url: https://gitweb.dragonflybsd.org/~nant/dragonfly.git/commitdiff_plain/5f3a8f99c4117e8026502a52e14054582147453e fsstress: Adjust the sample script a bit. --- diff --git a/test/stress/fsstress/dotest.sample b/test/stress/fsstress/dotest.sample index 1810179802..45b97f7b4c 100644 --- a/test/stress/fsstress/dotest.sample +++ b/test/stress/fsstress/dotest.sample @@ -1,6 +1,4 @@ -#!/bin/tcsh -# -# $DragonFly: src/test/stress/fsstress/dotest.sample,v 1.1 2004/05/07 17:51:02 dillon Exp $ +#!/bin/sh -./fsstress -n 1000000 -p 10 -d test +/tmp/fsstress -n 1000000 -p 10 -d test