aboutsummaryrefslogtreecommitdiffstats
path: root/test_usage.sh
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-06-30 19:40:01 -0400
committerW. Trevor King <wking@drexel.edu>2009-06-30 19:40:01 -0400
commit86604581b9727af7dcaa58fb0809967300124d79 (patch)
tree0a7cf75ff3a7c902bbe165eb5723e958b42aef47 /test_usage.sh
parent92b9b013ea13ea1278600488bc1ce65d226a92c8 (diff)
downloadbugseverywhere-86604581b9727af7dcaa58fb0809967300124d79.tar.gz
"be set-root" changed to "be init"
On the advice of Martin F Krafft <madduck@debian.org> as posted in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477125 on Fri, 12 Jun 2009 17:03:02 +0200
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'`