File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ test-thirdparty: test-%: ${CLI} ${TARGET}
198
198
@${RUN_CLI} thirdparty >> /tmp/zsvext-$@ .out
199
199
@cmp /tmp/zsvext-$@ .out test/expected/zsvext-$@ .out && ${TEST_PASS} || ${TEST_FAIL}
200
200
201
- test-sheet-extension-context-menu : ${CLI} ${TARGET}
201
+ test-sheet-extension-context-menu : ${CLI} ${TARGET_SHEET} ../test/worldcitiespop_mil.csv
202
202
${TEST_INIT}
203
203
@echo ' set-option default-terminal "${TMUX_TERM}"' > ~ /.tmux.conf
204
204
@${RUN_CLI} unregister mysheet 1> /dev/null || true
@@ -209,7 +209,7 @@ test-sheet-extension-context-menu: ${CLI} ${TARGET}
209
209
@tmux send-keys -t $@ " jjjj" " Enter" # go down a few rows and open menu
210
210
@${EXPECT} $@ && ${TEST_PASS} || ${TEST_FAIL}
211
211
212
- test-sheet-extension-drill-down : ${CLI} ${TARGET}
212
+ test-sheet-extension-drill-down : ${CLI} ${TARGET_SHEET} ../test/worldcitiespop_mil.csv
213
213
${TEST_INIT}
214
214
@echo ' set-option default-terminal "${TMUX_TERM}"' > ~ /.tmux.conf
215
215
@${RUN_CLI} unregister mysheet 1> /dev/null || true
You can’t perform that action at this time.
0 commit comments