fix small bug when using -N for nocache
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 23 Jan 2015 17:24:53 +0000 (12:24 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 23 Jan 2015 17:25:49 +0000 (12:25 -0500)
tools/run-readtest.sh

index fb1d6cd3ede8c9d89d9db19dafe8e07b57aaa741..38fb61d1d2cc7d50f42968a2482409e95aa4c5a6 100755 (executable)
@@ -19,7 +19,7 @@ while [ $# -gt 1 ] ; do
        -d) dir=$2; shift; shift ;;
        -f) filesize=$2; shift; shift ;;
        -n) numfiles=$2; shift; shift ;;
-       -N) nocache="-s"; shift; shift ;;
+       -N) nocache="-s"; shift;;
         *) break ;;
     esac
 done