aboutsummaryrefslogtreecommitdiffstats
path: root/test_usage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test_usage.sh')
-rwxr-xr-xtest_usage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_usage.sh b/test_usage.sh
index b7391d9..b2e2cab 100755
--- a/test_usage.sh
+++ b/test_usage.sh
@@ -96,7 +96,7 @@ then # set a default ID
fi
echo "I am '$ID'"
-be set-root
+be init
OUT=`be new 'having too much fun'`
echo "$OUT"
BUG=`echo "$OUT" | sed -n 's/Created bug with ID //p'`