From 968cd95a5f28911ab80877161c32d406331d18ef Mon Sep 17 00:00:00 2001 From: br1tney5pear5 Date: Thu, 2 Jan 2025 11:09:27 +0000 Subject: [PATCH] fix test --- app/ext_example/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ext_example/Makefile b/app/ext_example/Makefile index 82e1e355..2b89648f 100644 --- a/app/ext_example/Makefile +++ b/app/ext_example/Makefile @@ -198,7 +198,7 @@ test-thirdparty: test-%: ${CLI} ${TARGET} @${RUN_CLI} thirdparty >> /tmp/zsvext-$@.out @cmp /tmp/zsvext-$@.out test/expected/zsvext-$@.out && ${TEST_PASS} || ${TEST_FAIL} -test-sheet-extension-context-menu: ${CLI} ${TARGET} +test-sheet-extension-context-menu: ${CLI} ${TARGET_SHEET} ../test/worldcitiespop_mil.csv ${TEST_INIT} @echo 'set-option default-terminal "${TMUX_TERM}"' > ~/.tmux.conf @${RUN_CLI} unregister mysheet 1>/dev/null || true @@ -209,7 +209,7 @@ test-sheet-extension-context-menu: ${CLI} ${TARGET} @tmux send-keys -t $@ "jjjj" "Enter" # go down a few rows and open menu @${EXPECT} $@ && ${TEST_PASS} || ${TEST_FAIL} -test-sheet-extension-drill-down: ${CLI} ${TARGET} +test-sheet-extension-drill-down: ${CLI} ${TARGET_SHEET} ../test/worldcitiespop_mil.csv ${TEST_INIT} @echo 'set-option default-terminal "${TMUX_TERM}"' > ~/.tmux.conf @${RUN_CLI} unregister mysheet 1>/dev/null || true