diff options
Diffstat (limited to 'tests/canonical-benchmarks.bash')
-rwxr-xr-x | tests/canonical-benchmarks.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/canonical-benchmarks.bash b/tests/canonical-benchmarks.bash index 7b37601..195effe 100755 --- a/tests/canonical-benchmarks.bash +++ b/tests/canonical-benchmarks.bash @@ -45,7 +45,7 @@ echo -n "UNTAR: " etime tar xzf /tmp/linux-3.0.tar.gz sleep 0.1 echo -n "MD5: " -etime md5sum --quiet -c $MD5 +etime md5sum --quiet -c "$MD5" sleep 0.1 echo -n "LS: " etime ls -lR linux-3.0 |