summaryrefslogtreecommitdiff
path: root/testcases/004-disk-low-threshold-format
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/004-disk-low-threshold-format')
-rw-r--r--testcases/004-disk-low-threshold-format/expected_output.txt1
-rw-r--r--testcases/004-disk-low-threshold-format/i3status.conf12
2 files changed, 0 insertions, 13 deletions
diff --git a/testcases/004-disk-low-threshold-format/expected_output.txt b/testcases/004-disk-low-threshold-format/expected_output.txt
deleted file mode 100644
index 6c5f96c..0000000
--- a/testcases/004-disk-low-threshold-format/expected_output.txt
+++ /dev/null
@@ -1 +0,0 @@
-BELOW_THRESHOLD
diff --git a/testcases/004-disk-low-threshold-format/i3status.conf b/testcases/004-disk-low-threshold-format/i3status.conf
deleted file mode 100644
index ef1e96f..0000000
--- a/testcases/004-disk-low-threshold-format/i3status.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-general {
- output_format = "none"
-}
-
-order += "disk /"
-
-disk "/" {
- format = "%used"
- format_below_threshold = "BELOW_THRESHOLD"
- low_threshold = 100
- threshold_type = "percentage_free"
-}