Skip to content

Commit 968cd95

Browse files
author
br1tney5pear5
committed
fix test
1 parent 2a0c9e7 commit 968cd95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/ext_example/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ test-thirdparty: test-%: ${CLI} ${TARGET}
198198
@${RUN_CLI} thirdparty >> /tmp/zsvext-$@.out
199199
@cmp /tmp/zsvext-$@.out test/expected/zsvext-$@.out && ${TEST_PASS} || ${TEST_FAIL}
200200

201-
test-sheet-extension-context-menu: ${CLI} ${TARGET}
201+
test-sheet-extension-context-menu: ${CLI} ${TARGET_SHEET} ../test/worldcitiespop_mil.csv
202202
${TEST_INIT}
203203
@echo 'set-option default-terminal "${TMUX_TERM}"' > ~/.tmux.conf
204204
@${RUN_CLI} unregister mysheet 1>/dev/null || true
@@ -209,7 +209,7 @@ test-sheet-extension-context-menu: ${CLI} ${TARGET}
209209
@tmux send-keys -t $@ "jjjj" "Enter" # go down a few rows and open menu
210210
@${EXPECT} $@ && ${TEST_PASS} || ${TEST_FAIL}
211211

212-
test-sheet-extension-drill-down: ${CLI} ${TARGET}
212+
test-sheet-extension-drill-down: ${CLI} ${TARGET_SHEET} ../test/worldcitiespop_mil.csv
213213
${TEST_INIT}
214214
@echo 'set-option default-terminal "${TMUX_TERM}"' > ~/.tmux.conf
215215
@${RUN_CLI} unregister mysheet 1>/dev/null || true

0 commit comments

Comments
 (0)