Skip to content

Commit

Permalink
Make testsuite.sh work with latest vis
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Jan 9, 2016
1 parent 44c7c75 commit 1726e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ test_copymode() { # requires wget, diff, vis
sh_cmd "cat $FILENAME"
dvtm_cmd 'e'
dvtm_input "?UTF-8 encoded\n"
dvtm_input '^kvG2k$'
dvtm_input '^kvG1k$'
dvtm_input ":wq\n"
sleep 1
rm -f "$COPY"
sh_cmd "vis $COPY"
dvtm_input 'i'
dvtm_cmd 'p'
dvtm_input "${ESC}dd:wq\n"
dvtm_input "dd:wq\n"
while [ ! -r "$COPY" ]; do sleep 1; done;
dvtm_input "exit\n"
diff -u "$FILENAME" "$COPY" 1>&2
Expand Down

0 comments on commit 1726e15

Please sign in to comment.