Blob Blame History Raw
summary: Basic smoke test
prepare:
  how: install
  package: Xvfb
execute:
  script:
    - xsel --version
    - xvfb-run sh -c 'echo -n it. | xsel -i && echo works | xsel -i -a && xsel -o && [ x$(xsel -o) = xit.works ]'