summaryrefslogtreecommitdiff
path: root/test/lib/completions/renice.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/renice.exp')
-rw-r--r--test/lib/completions/renice.exp25
1 files changed, 0 insertions, 25 deletions
diff --git a/test/lib/completions/renice.exp b/test/lib/completions/renice.exp
deleted file mode 100644
index 5e25ddea..00000000
--- a/test/lib/completions/renice.exp
+++ /dev/null
@@ -1,25 +0,0 @@
-proc setup {} {
- save_env
-}
-
-
-proc teardown {} {
- assert_env_unmodified
-}
-
-
-setup
-
-
-if {[assert_bash_type ps]} {
-
- assert_complete_any "renice 1"
- sync_after_int
-
- assert_complete_any "renice -g "
- sync_after_int
-
-}
-
-
-teardown