test local scripts under development

This commit is contained in:
Dustin Kirkland 2010-06-16 23:29:44 -05:00
commit 9a557b991e

View file

@ -24,7 +24,7 @@ RUNS=100
loop() {
for j in $(seq 1 $RUNS); do
/usr/lib/$PKG/$1 >/dev/null
usr/lib/$PKG/$1 >/dev/null
done
}