summaryrefslogtreecommitdiffstats
path: root/test/run_script_test.sh
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-11-27 13:23:40 +0100
committerDave Davenport <qball@gmpclient.org>2015-11-27 13:23:40 +0100
commitf9fe70338f32748f3aefe5c307ba1ae6fc2da214 (patch)
tree2e3704973b4162a9587f78c60fc79aed171cd4f5 /test/run_script_test.sh
parent864a00b9fd1a2ad422678cc20b4bfb9d5c1fad3b (diff)
More travis poking
Diffstat (limited to 'test/run_script_test.sh')
-rwxr-xr-xtest/run_script_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run_script_test.sh b/test/run_script_test.sh
index fef075f8..1279e30c 100755
--- a/test/run_script_test.sh
+++ b/test/run_script_test.sh
@@ -2,10 +2,10 @@
SP=$(readlink -f "$0")
DIR=$(dirname "$SP")
-echo $DIR
+echo "$DIR/test_script.sh"
# wait till it is up, run rofi with error message
sleep 1;
-rofi -switchers "custom:$DIR/test_script.sh" -show custom &
+rofi -modi "custom:$DIR/test_script.sh" -show custom &
RPID=$!
# send enter.