...

Text file src/github.com/rogpeppe/go-internal/testscript/testdata/cpstdout.txt

Documentation: github.com/rogpeppe/go-internal/testscript/testdata

     1[!exec:cat] stop
     2
     3# hello world
     4exec cat hello.text
     5cp stdout got
     6cmp got hello.text
     7! cmp got different.text
     8
     9exists got
    10mv got new
    11! exists got
    12cmp new hello.text
    13
    14-- hello.text --
    15hello world
    16-- different.text --
    17goodbye

View as plain text