summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.