summaryrefslogtreecommitdiffstats
path: root/test/run_dmenu_custom_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_dmenu_custom_test.sh')
-rwxr-xr-xtest/run_dmenu_custom_test.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/run_dmenu_custom_test.sh b/test/run_dmenu_custom_test.sh
index fd36de3a..e2e292ae 100755
--- a/test/run_dmenu_custom_test.sh
+++ b/test/run_dmenu_custom_test.sh
@@ -29,10 +29,5 @@ then
exit 1
fi
-OUTPUT=$(rofi -dump-xresources)
-if [ -z "${OUTPUT}" ]
-then
- exit 1
-fi
exit ${RETV}