diff options
author | Chris Ball <cjb@laptop.org> | 2009-07-01 21:20:09 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2009-07-01 21:20:09 -0400 |
commit | 21a0bb0ae113ad9eaa6d94d36c8d0e5ca8508d7f (patch) | |
tree | 0a7cf75ff3a7c902bbe165eb5723e958b42aef47 /test_usage.sh | |
parent | 90e166a0f4220bc5b662f6c0dbdbf758263760e0 (diff) | |
parent | 86604581b9727af7dcaa58fb0809967300124d79 (diff) | |
download | bugseverywhere-21a0bb0ae113ad9eaa6d94d36c8d0e5ca8508d7f.tar.gz |
Merge "be set-root" becomes "be init" from W. Trevor King
Diffstat (limited to 'test_usage.sh')
-rwxr-xr-x | test_usage.sh | 2 |
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'` |