Skip to content

Commit 21be2b1

Browse files
committed
Emit also the Emacs sequence
1 parent 4b4dae5 commit 21be2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ e2e-run: $(PROGS) # Help: Invoke the library with a readline read/print loop
6464
$(PRELOAD_VAR)=`pwd`/$(SHARED_LIB) $(SET_ADD_LIB) ./rl_driver
6565

6666
e2e-test: $(PROGS) # Help: Test the readline hook
67-
printf 'Open the pod bay doors HAL\eV' | \
67+
printf 'Open the pod bay doors HAL\eV\030A' | \
6868
$(PRELOAD_VAR)=`pwd`/$(SHARED_LIB) $(SET_ADD_LIB) AI_CLI_general_api=hal ./rl_driver | \
6969
grep Dave
7070

0 commit comments

Comments
 (0)