Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
br1tney5pear5 committed Jan 2, 2025
1 parent 2a0c9e7 commit 968cd95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/ext_example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 968cd95

Please sign in to comment.