From 990439c99bc73eda79113d9a98bc64515dc638b0 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 23 Aug 2010 23:27:01 -0700 Subject: Remove build --test option in bash completion --- src/fedpkg.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fedpkg.bash') 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' -- cgit