summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.bash
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-08-23 23:27:01 -0700
committerJesse Keating <jkeating@redhat.com>2010-08-23 23:27:01 -0700
commit990439c99bc73eda79113d9a98bc64515dc638b0 (patch)
tree06ddcfff192b986416e8faa2a3f596e032bd5138 /src/fedpkg.bash
parent763d98d1eaa829e8ad6b78a7aab07f7d53efc4e4 (diff)
downloadfedora-packager-990439c99bc73eda79113d9a98bc64515dc638b0.tar.gz
fedora-packager-990439c99bc73eda79113d9a98bc64515dc638b0.tar.xz
fedora-packager-990439c99bc73eda79113d9a98bc64515dc638b0.zip
Remove build --test option in bash completion
Diffstat (limited to 'src/fedpkg.bash')
-rw-r--r--src/fedpkg.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index 1a29d2b..33cd78f 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -54,7 +54,7 @@ _fedpkg()
# list possible options for the command
case $command in
build)
- options='--nowait --background --skip-tag --scratch --test'
+ options='--nowait --background --skip-tag --scratch'
;;
chain-build)
options='--nowait --background'