diff --git a/example/cmd/_test_files/files_linux.go b/example/cmd/_test_files/files_linux.go index f5e564096..e16b8ca2c 100644 --- a/example/cmd/_test_files/files_linux.go +++ b/example/cmd/_test_files/files_linux.go @@ -36,3 +36,4 @@ package testfiles //go:generate touch -- "star_*.txt" //go:generate touch -- "star_*_match.txt" //go:generate touch -- ~_tilde_prefix.txt +//go:generate touch -- ~_tilde_prefix_pipe_|.txt