summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/hbar.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/hbar.sh b/test/hbar.sh
index d40c2ad..7d99df9 100755
--- a/test/hbar.sh
+++ b/test/hbar.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-HBAR=./src/hbar/hbar
+HBAR=./bin/hbar
TEXT="Hello there"
UNIT="mb"
MAX=100
@@ -9,5 +9,4 @@ for x in $(seq $MAX); do
${HBAR} -T "${TEXT}" -u ${UNIT} $x $MAX
sleep 0.01
done
-
-${HBAR}
+${HBAR} -t -T "${TEXT}" -u ${UNIT} $x $MAX